/external/angle/src/tests/gl_tests/ |
D | MemoryObjectTest.cpp | 39 GLuint memoryObjects[kMemoryObjectCount]; in TEST_P() local 40 glCreateMemoryObjectsEXT(kMemoryObjectCount, memoryObjects); in TEST_P() 46 EXPECT_TRUE(glIsMemoryObjectEXT(memoryObjects[i])); in TEST_P() 49 glDeleteMemoryObjectsEXT(kMemoryObjectCount, memoryObjects); in TEST_P()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 474 vector<VkDeviceMemory> memoryObjects(m_config.memoryAllocationCount, VK_NULL_HANDLE); in iterate() local 529 … VkResult res = vkd.allocateMemory(device, &alloc, nullptr, &memoryObjects[ndx]); in iterate() 545 TCU_CHECK(!!memoryObjects[ndx]); in iterate() 552 … const VkDeviceMemory mem = memoryObjects[memoryObjects.size() - 1 - ndx]; in iterate() 559 … memoryObjects[memoryObjects.size() - 1 - ndx] = VK_NULL_HANDLE; in iterate() 567 const VkDeviceMemory mem = memoryObjects[ndx]; in iterate() 574 memoryObjects[ndx] = VK_NULL_HANDLE; in iterate() 591 … VK_CHECK(vkd.allocateMemory(device, &alloc, nullptr, &memoryObjects[ndx])); in iterate() 592 TCU_CHECK(!!memoryObjects[ndx]); in iterate() 594 vkd.freeMemory(device, memoryObjects[ndx], nullptr); in iterate() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | externalobjects.c | 128 _mesa_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in _mesa_DeleteMemoryObjectsEXT() argument 134 memoryObjects); in _mesa_DeleteMemoryObjectsEXT() 148 if (!memoryObjects) in _mesa_DeleteMemoryObjectsEXT() 153 if (memoryObjects[i] > 0) { in _mesa_DeleteMemoryObjectsEXT() 155 = _mesa_lookup_memory_object_locked(ctx, memoryObjects[i]); in _mesa_DeleteMemoryObjectsEXT() 159 memoryObjects[i]); in _mesa_DeleteMemoryObjectsEXT() 185 _mesa_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in _mesa_CreateMemoryObjectsEXT() argument 192 _mesa_debug(ctx, "%s(%d, %p)\n", func, n, memoryObjects); in _mesa_CreateMemoryObjectsEXT() 204 if (!memoryObjects) in _mesa_CreateMemoryObjectsEXT() 208 if (_mesa_HashFindFreeKeys(&ctx->Shared->MemoryObjects, memoryObjects, n)) { in _mesa_CreateMemoryObjectsEXT() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktDeviceObjectReservationTests.cpp | 869 std::vector<VkDeviceMemory> memoryObjects(6, VK_NULL_HANDLE); in performTest() local 879 VK_CHECK(vkd.allocateMemory(device, &alloc, nullptr, &memoryObjects[ndx])); in performTest() 881 TCU_CHECK(!!memoryObjects[ndx]); in performTest()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_ext_params.cpp | 2536 MemoryObjectID *memoryObjects, in CaptureCreateMemoryObjectsEXT_memoryObjectsPacked() argument 2539 CaptureGenHandles(n, memoryObjects, paramCapture); in CaptureCreateMemoryObjectsEXT_memoryObjectsPacked() 2545 const MemoryObjectID *memoryObjects, in CaptureDeleteMemoryObjectsEXT_memoryObjectsPacked() argument 2548 CaptureArray(memoryObjects, n, paramCapture); in CaptureDeleteMemoryObjectsEXT_memoryObjectsPacked()
|
D | FrameCapture.cpp | 1859 const ParamCapture &memoryObjects = in MaybeCaptureUpdateResourceIDs() local 1861 CaptureUpdateResourceIDs<gl::MemoryObjectID>(context, call, memoryObjects, in MaybeCaptureUpdateResourceIDs()
|
/external/angle/src/libANGLE/ |
D | validationESEXT.cpp | 1346 const MemoryObjectID *memoryObjects) in ValidateCreateMemoryObjectsEXT() argument 1354 return ValidateGenOrDelete(context, entryPoint, n, memoryObjects); in ValidateCreateMemoryObjectsEXT() 1360 const MemoryObjectID *memoryObjects) in ValidateDeleteMemoryObjectsEXT() argument 1368 return ValidateGenOrDelete(context, entryPoint, n, memoryObjects); in ValidateDeleteMemoryObjectsEXT()
|
D | Context.cpp | 8460 void Context::deleteMemoryObjects(GLsizei n, const MemoryObjectID *memoryObjects) in deleteMemoryObjects() argument 8464 deleteMemoryObject(memoryObjects[i]); in deleteMemoryObjects() 8478 void Context::createMemoryObjects(GLsizei n, MemoryObjectID *memoryObjects) in createMemoryObjects() argument 8482 memoryObjects[i] = createMemoryObject(); in createMemoryObjects()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_typedefs.h | 1774 const GLuint *memoryObjects); 1777 GLuint *memoryObjects);
|
D | null_functions.cpp | 551 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects) {} in glCreateMemoryObjectsEXTNULL() argument 610 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects) {} in glDeleteMemoryObjectsEXTNULL() argument
|
D | null_functions.h | 400 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects); 430 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects);
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.h | 1034 ANGLE_EXPORT void GL_APIENTRY GL_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects); 1035 ANGLE_EXPORT void GL_APIENTRY GL_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects);
|
D | libGLESv2_autogen.cpp | 4454 void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in glCreateMemoryObjectsEXT() argument 4456 return GL_CreateMemoryObjectsEXT(n, memoryObjects); in glCreateMemoryObjectsEXT() 4459 void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in glDeleteMemoryObjectsEXT() argument 4461 return GL_DeleteMemoryObjectsEXT(n, memoryObjects); in glDeleteMemoryObjectsEXT()
|
D | entry_points_gles_ext_autogen.cpp | 6823 void GL_APIENTRY GL_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in GL_CreateMemoryObjectsEXT() argument 6829 (uintptr_t)memoryObjects); in GL_CreateMemoryObjectsEXT() 6833 MemoryObjectID *memoryObjectsPacked = PackParam<MemoryObjectID *>(memoryObjects); in GL_CreateMemoryObjectsEXT() 6852 void GL_APIENTRY GL_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in GL_DeleteMemoryObjectsEXT() argument 6858 (uintptr_t)memoryObjects); in GL_DeleteMemoryObjectsEXT() 6863 PackParam<const MemoryObjectID *>(memoryObjects); in GL_DeleteMemoryObjectsEXT()
|
/external/mesa3d/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);
|
/external/angle/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);
|
/external/mesa3d/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);
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 7273 typedef void (GLAPIENTRY *PFNGLCREATEMEMORYOBJECTSEXTPROC)(GLsizei n, GLuint * memoryObjects); 7323 typedef void (GLAPIENTRY *PFNGLDELETEMEMORYOBJECTSEXTPROC)(GLsizei n, const GLuint * memoryObjects); 10962 …XY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glCreateMemoryObjectsEXT)(GLsizei n, GLuint * memoryObjects); 11062 …LIC void (EPOXY_CALLSPEC *epoxy_glDeleteMemoryObjectsEXT)(GLsizei n, const GLuint * memoryObjects);
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 114936 GEN_THUNKS(glCreateMemoryObjectsEXT, (GLsizei n, GLuint * memoryObjects), (n, memoryObjects)) 114986 GEN_THUNKS(glDeleteMemoryObjectsEXT, (GLsizei n, const GLuint * memoryObjects), (n, memoryObjects))
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 10970 typedef void (GLAPIENTRY * PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint* memoryObjects); 10971 typedef void (GLAPIENTRY * PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint* memoryObjects…
|