Home
last modified time | relevance | path

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

/external/angle/src/common/
Dutilities.h284 GLuint EGLClientBufferToGLObjectHandle(EGLClientBuffer buffer);
Dutilities.cpp1331 GLuint EGLClientBufferToGLObjectHandle(EGLClientBuffer buffer) in EGLClientBufferToGLObjectHandle() function
/external/angle/src/libANGLE/
DDisplay.cpp1194 sibling = context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()
1198 sibling = context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()
DvalidationEGL.cpp3221 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
3269 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
3324 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
3387 context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()