Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_extensions.entries45 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
Dgles_extensions_for_gles1.entries46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
Dgles_extensions_for_gles2.entries46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
Dgles1_stubbed_in_translator_namespace.cpp73 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei, GLuint *) { return; } in glCreateMemoryObjectsEXT() function
Dgles1_stubbed_in_translator_namespace.entries72 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
Dgles_extensions_dispatch_logging_wrappers.impl160 DISPATCH_DEBUG_LOG("glCreateMemoryObjectsEXT(n:%d, memoryObjects:%p)", n, memoryObjects);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_extensions_for_gles1_static_translator_namespaced_header.h39 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects);
Dgles_extensions_for_gles2_static_translator_namespaced_header.h39 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects);
Dgles_extensions_functions.h39 X(void, glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) \
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp1033 s_gles2.glCreateMemoryObjectsEXT(1, &m_memoryObject); in importMemory()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp169 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
315 …XT"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glCreateMemoryObjectsEXT); in getProcAddressGles2()
4684 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) { in glCreateMemoryObjectsEXT() function
4686 ctx->dispatcher().glCreateMemoryObjectsEXT(n, memoryObjects); in glCreateMemoryObjectsEXT()
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h401 X(void, glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) \
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h1521 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h1531 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h1581 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h7778 GLAPI void APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);