Home
last modified time | relevance | path

Searched refs:memoryObjects (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_extensions_dispatch_logging_wrappers.impl149 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);
Dgles_extensions.entries43 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects);
45 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
Dgles_extensions_for_gles1.entries44 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects);
46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
Dgles_extensions_for_gles2.entries44 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects);
46 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
Dgles1_stubbed_in_translator_namespace.entries70 void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects);
72 void glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_extensions_functions.h37 X(void, glDeleteMemoryObjectsEXT, (GLsizei n, const GLuint * memoryObjects), (n, memoryObjects)) \
39 X(void, glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) \
Dgles_extensions_for_gles1_static_translator_namespaced_header.h37 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint * memoryObjects);
39 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects);
Dgles_extensions_for_gles2_static_translator_namespaced_header.h37 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/
DGlesFuncs.h399 … 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/
DGLESv2Imp.cpp167 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/
Dgl2ext.h1501 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/
Dgl2ext.h1511 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/
Dgl2ext.h1561 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/
Dglext.h7756 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);