Home
last modified time | relevance | path

Searched refs:GLTextureHelper (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp160 class GLTextureHelper { class
162 GLTextureHelper(GrGLuint texID, EGLImageKHR image, EGLDisplay display, GrGLuint texTarget) in GLTextureHelper() function in GrAHardwareBufferUtils::GLTextureHelper
167 ~GLTextureHelper() { in ~GLTextureHelper()
181 void GLTextureHelper::rebind(GrDirectContext* dContext) { in rebind()
198 GLTextureHelper* cleanupHelper = static_cast<GLTextureHelper*>(context); in delete_gl_texture()
203 GLTextureHelper* cleanupHelper = static_cast<GLTextureHelper*>(context); in update_gl_texture()
266 *imageCtx = new GLTextureHelper(texID, image, display, target); in make_gl_backend_texture()