Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dexternalobjects.c84 _mesa_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in _mesa_DeleteMemoryObjectsEXT() argument
90 memoryObjects); in _mesa_DeleteMemoryObjectsEXT()
104 if (!memoryObjects) in _mesa_DeleteMemoryObjectsEXT()
109 if (memoryObjects[i] > 0) { in _mesa_DeleteMemoryObjectsEXT()
111 = _mesa_lookup_memory_object_locked(ctx, memoryObjects[i]); in _mesa_DeleteMemoryObjectsEXT()
115 memoryObjects[i]); in _mesa_DeleteMemoryObjectsEXT()
141 _mesa_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in _mesa_CreateMemoryObjectsEXT() argument
148 _mesa_debug(ctx, "%s(%d, %p)", func, n, memoryObjects); in _mesa_CreateMemoryObjectsEXT()
160 if (!memoryObjects) in _mesa_CreateMemoryObjectsEXT()
169 memoryObjects[i] = first + i; in _mesa_CreateMemoryObjectsEXT()
[all …]
Dexternalobjects.h71 _mesa_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects);
77 _mesa_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp299 vector<VkDeviceMemory> memoryObjects (m_config.memoryAllocationCount, (VkDeviceMemory)0); in iterate() local
348 …CK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[ndx])); in iterate()
350 TCU_CHECK(!!memoryObjects[ndx]); in iterate()
357 const VkDeviceMemory mem = memoryObjects[memoryObjects.size() - 1 - ndx]; in iterate()
360 memoryObjects[memoryObjects.size() - 1 - ndx] = (VkDeviceMemory)0; in iterate()
367 const VkDeviceMemory mem = memoryObjects[ndx]; in iterate()
370 memoryObjects[ndx] = (VkDeviceMemory)0; in iterate()
386 …CK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[ndx])); in iterate()
387 TCU_CHECK(!!memoryObjects[ndx]); in iterate()
389 vkd.freeMemory(device, memoryObjects[ndx], (const VkAllocationCallbacks*)DE_NULL); in iterate()
[all …]
/external/mesa3d/include/GLES2/
Dgl2ext.h1445 typedef void (GL_APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects
1447 typedef void (GL_APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects);
1463 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects);
1465 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
/external/swiftshader/include/GLES2/
Dgl2ext.h1479 typedef void (GL_APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects
1481 typedef void (GL_APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects);
1497 GL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects);
1499 GL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
/external/mesa3d/include/GL/
Dglext.h7679 typedef void (APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects);
7681 typedef void (APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects);
7699 GLAPI void APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects);
7701 GLAPI void APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
/external/swiftshader/include/GL/
Dglext.h7690 typedef void (APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects);
7692 typedef void (APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects);
7710 GLAPI void APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects);
7712 GLAPI void APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c34022 _mesa_marshal_DeleteMemoryObjectsEXT(GLsizei n, const GLuint * memoryObjects) in _mesa_marshal_DeleteMemoryObjectsEXT() argument
34027 CALL_DeleteMemoryObjectsEXT(ctx->CurrentServerDispatch, (n, memoryObjects)); in _mesa_marshal_DeleteMemoryObjectsEXT()
40238 _mesa_marshal_CreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects) in _mesa_marshal_CreateMemoryObjectsEXT() argument
40243 CALL_CreateMemoryObjectsEXT(ctx->CurrentServerDispatch, (n, memoryObjects)); in _mesa_marshal_CreateMemoryObjectsEXT()