Home
last modified time | relevance | path

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

/external/libepoxy/test/
D.gitignore5 egl_gl
Dmeson.build61 [ 'egl_gl', [], [ 'egl_gl.c' ], true, ],
DMakefile.am101 egl_gl \
/external/angle/src/common/
Dutilities.h247 namespace egl_gl
DPackedEnums.cpp439 namespace egl_gl namespace
Dutilities.cpp1204 namespace egl_gl namespace
DPackedEnums.h690 namespace egl_gl
/external/angle/src/libANGLE/
DvalidationEGL.cpp2190 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
2233 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
2245 gl::TextureTarget cubeMapFace = egl_gl::EGLCubeMapTargetToCubeMapTarget(target); in ValidateCreateImage()
2279 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
2333 context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
3360 gl::TextureType type = egl_gl::EGLTextureTargetToTextureType(surface->getTextureTarget()); in ValidateBindTexImage()
DImage.cpp33 gl::TextureTarget target = egl_gl::EGLImageTargetToTextureTarget(eglTarget); in GetImageIndex()
DDisplay.cpp956 sibling = context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()
960 sibling = context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()