Searched refs:memoryObjects (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions_dispatch_logging_wrappers.impl | 149 void glDeleteMemoryObjectsEXT_dispatchLoggingWrapper(GLsizei n, const GLuint * memoryObjects) { 150 DISPATCH_DEBUG_LOG("glDeleteMemoryObjectsEXT(n:%d, memoryObjects:%p)", n, memoryObjects); 151 GLDispatch::glDeleteMemoryObjectsEXT_underlying(n, memoryObjects); 159 void glCreateMemoryObjectsEXT_dispatchLoggingWrapper(GLsizei n, GLuint * memoryObjects) { 160 DISPATCH_DEBUG_LOG("glCreateMemoryObjectsEXT(n:%d, memoryObjects:%p)", n, memoryObjects); 161 GLDispatch::glCreateMemoryObjectsEXT_underlying(n, memoryObjects);
|
D | gles_extensions.entries | 43 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects); 45 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
D | gles_extensions_for_gles1.entries | 44 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects); 46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
D | gles_extensions_for_gles2.entries | 44 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects); 46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
D | gles1_stubbed_in_translator_namespace.entries | 70 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects); 72 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_functions.h | 37 X(void, glDeleteMemoryObjectsEXT, (GLsizei n, const GLuint * memoryObjects), (n, memoryObjects)) \ 39 X(void, glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) \
|
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 37 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint * memoryObjects); 39 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects);
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 37 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint * memoryObjects); 39 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 399 … X(void, glDeleteMemoryObjectsEXT, (GLsizei n, const GLuint * memoryObjects), (n, memoryObjects)) \ 401 X(void, glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 167 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects); 169 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects); 4674 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) { in glDeleteMemoryObjectsEXT() argument 4676 ctx->dispatcher().glDeleteMemoryObjectsEXT(n, memoryObjects); in glDeleteMemoryObjectsEXT() 4684 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) { in glCreateMemoryObjectsEXT() argument 4686 ctx->dispatcher().glCreateMemoryObjectsEXT(n, memoryObjects); in glCreateMemoryObjectsEXT()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1501 typedef void (GL_APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects… 1503 typedef void (GL_APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects); 1519 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects); 1521 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1511 typedef void (GL_APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects… 1513 typedef void (GL_APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects); 1529 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects); 1531 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1561 typedef void (GL_APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects… 1563 typedef void (GL_APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects); 1579 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects); 1581 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 7756 typedef void (APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects); 7758 typedef void (APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects); 7776 GLAPI void APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects); 7778 GLAPI void APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|