Searched refs:glCreateMemoryObjectsEXT (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions.entries | 45 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
D | gles_extensions_for_gles1.entries | 46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
D | gles_extensions_for_gles2.entries | 46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
D | gles1_stubbed_in_translator_namespace.cpp | 73 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei, GLuint *) { return; } in glCreateMemoryObjectsEXT() function
|
D | gles1_stubbed_in_translator_namespace.entries | 72 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
D | gles_extensions_dispatch_logging_wrappers.impl | 160 DISPATCH_DEBUG_LOG("glCreateMemoryObjectsEXT(n:%d, memoryObjects:%p)", n, memoryObjects);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 39 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects);
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 39 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects);
|
D | gles_extensions_functions.h | 39 X(void, glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) \
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 1033 s_gles2.glCreateMemoryObjectsEXT(1, &m_memoryObject); in importMemory()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 169 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/ |
D | GlesFuncs.h | 401 X(void, glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) \
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1521 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1531 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1581 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 7778 GLAPI void APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|