/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | MemoryObjectTest.cpp | 36 GLuint memoryObjects[kMemoryObjectCount]; in TEST_P() local 37 glCreateMemoryObjectsEXT(kMemoryObjectCount, memoryObjects); in TEST_P() 43 EXPECT_TRUE(glIsMemoryObjectEXT(memoryObjects[i])); in TEST_P() 46 glDeleteMemoryObjectsEXT(kMemoryObjectCount, memoryObjects); in TEST_P()
|
/device/generic/vulkan-cereal/stream-servers/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_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_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);
|
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.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);
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 166 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects); 168 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects); 4620 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) { in glDeleteMemoryObjectsEXT() argument 4622 ctx->dispatcher().glDeleteMemoryObjectsEXT(n, memoryObjects); in glDeleteMemoryObjectsEXT() 4630 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) { in glCreateMemoryObjectsEXT() argument 4632 ctx->dispatcher().glCreateMemoryObjectsEXT(n, memoryObjects); in glCreateMemoryObjectsEXT()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_typedefs.h | 1774 const GLuint *memoryObjects); 1777 GLuint *memoryObjects);
|
D | null_functions.h | 380 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects); 410 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects);
|
D | null_functions.cpp | 527 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects) {} in glCreateMemoryObjectsEXTNULL() argument 586 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects) {} in glDeleteMemoryObjectsEXTNULL() argument
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | capture_gles_ext_params.cpp | 2404 MemoryObjectID *memoryObjects, in CaptureCreateMemoryObjectsEXT_memoryObjectsPacked() argument 2413 const MemoryObjectID *memoryObjects, in CaptureDeleteMemoryObjectsEXT_memoryObjectsPacked() argument
|
D | Context.cpp | 7831 void Context::deleteMemoryObjects(GLsizei n, const MemoryObjectID *memoryObjects) in deleteMemoryObjects() argument 7835 deleteMemoryObject(memoryObjects[i]); in deleteMemoryObjects() 7849 void Context::createMemoryObjects(GLsizei n, MemoryObjectID *memoryObjects) in createMemoryObjects() argument 7853 memoryObjects[i] = createMemoryObject(); in createMemoryObjects()
|
D | validationES2.cpp | 3257 const MemoryObjectID *memoryObjects) in ValidateCreateMemoryObjectsEXT() argument 3270 const MemoryObjectID *memoryObjects) in ValidateDeleteMemoryObjectsEXT() argument
|
/device/generic/vulkan-cereal/third-party/angle/include/GLES2/ |
D | gl2ext_explicit_context_autogen.inc | 172 …P PFNGLCREATEMEMORYOBJECTSEXTCONTEXTANGLEPROC)(GLeglContext ctx, GLsizei n, GLuint *memoryObjects); 177 …LDELETEMEMORYOBJECTSEXTCONTEXTANGLEPROC)(GLeglContext ctx, GLsizei n, const GLuint *memoryObjects); 541 …_APIENTRY glCreateMemoryObjectsEXTContextANGLE(GLeglContext ctx, GLsizei n, GLuint *memoryObjects); 546 …TRY glDeleteMemoryObjectsEXTContextANGLE(GLeglContext ctx, GLsizei n, const GLuint *memoryObjects);
|
D | gl2ext.h | 1523 typedef void (GL_APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects… 1525 typedef void (GL_APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects); 1541 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects); 1543 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | libGLESv2_autogen.cpp | 3968 void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in glCreateMemoryObjectsEXT() argument 3970 return gl::CreateMemoryObjectsEXT(n, memoryObjects); in glCreateMemoryObjectsEXT() 3973 void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in glDeleteMemoryObjectsEXT() argument 3975 return gl::DeleteMemoryObjectsEXT(n, memoryObjects); in glDeleteMemoryObjectsEXT() 5567 GLuint *memoryObjects) in glCreateMemoryObjectsEXTContextANGLE() argument 5569 return gl::CreateMemoryObjectsEXTContextANGLE(ctx, n, memoryObjects); in glCreateMemoryObjectsEXTContextANGLE() 5684 const GLuint *memoryObjects) in glDeleteMemoryObjectsEXTContextANGLE() argument 5686 return gl::DeleteMemoryObjectsEXTContextANGLE(ctx, n, memoryObjects); in glDeleteMemoryObjectsEXTContextANGLE()
|
D | entry_points_gles_ext_autogen.h | 722 ANGLE_EXPORT void GL_APIENTRY CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects); 723 ANGLE_EXPORT void GL_APIENTRY DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects); 1543 GLuint *memoryObjects); 1601 const GLuint *memoryObjects);
|
D | entry_points_gles_ext_autogen.cpp | 4066 void GL_APIENTRY CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in CreateMemoryObjectsEXT() argument 4071 n, (uintptr_t)memoryObjects); in CreateMemoryObjectsEXT() 4075 MemoryObjectID *memoryObjectsPacked = FromGL<MemoryObjectID *>(memoryObjects); in CreateMemoryObjectsEXT() 4087 void GL_APIENTRY DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in DeleteMemoryObjectsEXT() argument 4092 CID(context), n, (uintptr_t)memoryObjects); in DeleteMemoryObjectsEXT() 4096 const MemoryObjectID *memoryObjectsPacked = FromGL<const MemoryObjectID *>(memoryObjects); in DeleteMemoryObjectsEXT() 9554 GLuint *memoryObjects) in CreateMemoryObjectsEXTContextANGLE() argument 9559 n, (uintptr_t)memoryObjects); in CreateMemoryObjectsEXTContextANGLE() 9564 MemoryObjectID *memoryObjectsPacked = FromGL<MemoryObjectID *>(memoryObjects); in CreateMemoryObjectsEXTContextANGLE() 9983 const GLuint *memoryObjects) in DeleteMemoryObjectsEXTContextANGLE() argument [all …]
|
/device/generic/vulkan-cereal/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);
|
/device/generic/goldfish-opengl/system/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);
|