Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DMemoryObjectTest.cpp39 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/
DvktMemoryAllocationTests.cpp474 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()
559memoryObjects[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/
Dexternalobjects.c128 _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/
DvktDeviceObjectReservationTests.cpp869 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/
Dcapture_gles_ext_params.cpp2536 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()
DFrameCapture.cpp1859 const ParamCapture &memoryObjects = in MaybeCaptureUpdateResourceIDs() local
1861 CaptureUpdateResourceIDs<gl::MemoryObjectID>(context, call, memoryObjects, in MaybeCaptureUpdateResourceIDs()
/external/angle/src/libANGLE/
DvalidationESEXT.cpp1346 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()
DContext.cpp8460 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/
Dfunctionsgl_typedefs.h1774 const GLuint *memoryObjects);
1777 GLuint *memoryObjects);
Dnull_functions.cpp551 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
Dnull_functions.h400 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects);
430 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects);
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.h1034 ANGLE_EXPORT void GL_APIENTRY GL_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects);
1035 ANGLE_EXPORT void GL_APIENTRY GL_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects);
DlibGLESv2_autogen.cpp4454 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()
Dentry_points_gles_ext_autogen.cpp6823 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/
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);
/external/angle/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);
/external/mesa3d/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);
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h7273 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/
Dgl_generated_dispatch.c114936 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/
Dglew.h10970 typedef void (GLAPIENTRY * PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint* memoryObjects);
10971 typedef void (GLAPIENTRY * PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint* memoryObjects