Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/common/
Dutilities.h252 GLuint EGLClientBufferToGLObjectHandle(EGLClientBuffer buffer);
Dutilities.cpp1206 GLuint EGLClientBufferToGLObjectHandle(EGLClientBuffer buffer) in EGLClientBufferToGLObjectHandle() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationEGL.cpp2332 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
2375 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
2421 context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
2475 context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in ValidateCreateImage()
DDisplay.cpp1054 sibling = context->getTexture({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()
1058 sibling = context->getRenderbuffer({egl_gl::EGLClientBufferToGLObjectHandle(buffer)}); in createImage()