Searched refs:GetTexture (Results 1 – 10 of 10) sorted by relevance
27 virtual uint32_t GetTexture() const = 0;
195 … if (!videoComponent->GetMediaPlayerFullStatus() || !videoComponent->GetTexture().Upgrade()) { in SetNewComponent()207 if (!videoComponent->GetPlayer().Upgrade() || !videoComponent->GetTexture().Upgrade()) { in SetNewComponent()
315 WeakPtr<Texture> GetTexture() const in GetTexture() function
224 if (!videoComponent->GetPlayer().Invalid() && !videoComponent->GetTexture().Invalid()) { in InitStatus()226 texture_ = videoComponent->GetTexture().Upgrade(); in InitStatus()
203 RefPtr<NativeTexture> GetTexture() const in GetTexture() function
57 uint32_t GetTexture() const in GetTexture() function
137 texture = webGlTexture->GetTexture(); in BindTexture()714 uint32_t texture = webGlTexture->GetTexture(); in DeleteTexture()908 textureId = static_cast<int32_t>(webGlTexture->GetTexture()); in FrameBufferTexture2D()
925 static napi_value GetTexture(napi_env env, napi_callback_info info) in GetTexture() function1804 NVal::DeclareNapiGetter("TEXTURE", GetTexture), in GetRenderingContextBasePropertyDesc()
1418 textureId = static_cast<int32_t>(webGlTexture->GetTexture()); in FrameBufferTextureLayer()
2218 uint32_t texture = webGLTexture->GetTexture(); in IsTexture()