Searched refs:getBoundTexture (Results 1 – 7 of 7) sorted by relevance
64 virtual egl::Texture *getBoundTexture() const;
295 egl::Texture *Surface::getBoundTexture() const in getBoundTexture() function in egl::Surface
725 if(eglSurface->getBoundTexture()) in BindTexImage()774 egl::Texture *texture = eglSurface->getBoundTexture(); in ReleaseTexImage()
125 gl::Texture *getBoundTexture() const { return mTexture; } in getBoundTexture() function
3348 if (surface->getBoundTexture()) in ValidateBindTexImage()
265 ASSERT(!surface->getBoundTexture()); in restoreLostDevice()
668 gl::Texture *texture = eglSurface->getBoundTexture(); in EGL_ReleaseTexImage()