Searched refs:egl_gl (Results 1 – 11 of 11) sorted by relevance
5 egl_gl
61 [ 'egl_gl', [], [ 'egl_gl.c' ], true, ],
101 egl_gl \
282 namespace egl_gl
566 namespace egl_gl namespace
1329 namespace egl_gl namespace
791 namespace egl_gl
33 gl::TextureTarget target = egl_gl::EGLImageTargetToTextureTarget(eglTarget); in GetImageIndex()
3221 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()3269 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()3283 gl::TextureTarget cubeMapFace = egl_gl::EGLCubeMapTargetToCubeMapTarget(target); in ValidateCreateImage()3324 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()3387 context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()4547 gl::TextureType type = egl_gl::EGLTextureTargetToTextureType(surface->getTextureTarget()); in ValidateBindTexImage()
1194 sibling = context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()1198 sibling = context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()
67 egl_gl::EGLTextureTargetToTextureType(eglSurface->getTextureTarget()); in BindTexImage()