Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMemoryObjectTest.cpp36 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/
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_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_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);
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.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);
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Imp.cpp166 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/
Dfunctionsgl_typedefs.h1774 const GLuint *memoryObjects);
1777 GLuint *memoryObjects);
Dnull_functions.h380 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects);
410 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects);
Dnull_functions.cpp527 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/
Dcapture_gles_ext_params.cpp2404 MemoryObjectID *memoryObjects, in CaptureCreateMemoryObjectsEXT_memoryObjectsPacked() argument
2413 const MemoryObjectID *memoryObjects, in CaptureDeleteMemoryObjectsEXT_memoryObjectsPacked() argument
DContext.cpp7831 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()
DvalidationES2.cpp3257 const MemoryObjectID *memoryObjects) in ValidateCreateMemoryObjectsEXT() argument
3270 const MemoryObjectID *memoryObjects) in ValidateDeleteMemoryObjectsEXT() argument
/device/generic/vulkan-cereal/third-party/angle/include/GLES2/
Dgl2ext_explicit_context_autogen.inc172 …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);
Dgl2ext.h1523 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/
DlibGLESv2_autogen.cpp3968 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()
Dentry_points_gles_ext_autogen.h722 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);
Dentry_points_gles_ext_autogen.cpp4066 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/
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);
/device/generic/goldfish-opengl/system/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);