Searched defs:memoryObjects (Results 1 – 14 of 14) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | MemoryObjectTest.cpp | 39 GLuint memoryObjects[kMemoryObjectCount]; in TEST_P() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | externalobjects.c | 128 _mesa_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in _mesa_DeleteMemoryObjectsEXT() 185 _mesa_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in _mesa_CreateMemoryObjectsEXT()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| D | vktMemoryAllocationTests.cpp | 444 vector<VkDeviceMemory> memoryObjects(m_config.memoryAllocationCount, (VkDeviceMemory)0); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryAllocationTests.cpp | 444 vector<VkDeviceMemory> memoryObjects(m_config.memoryAllocationCount, (VkDeviceMemory)0); in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationESEXT.cpp | 944 const MemoryObjectID *memoryObjects) in ValidateCreateMemoryObjectsEXT() 958 const MemoryObjectID *memoryObjects) in ValidateDeleteMemoryObjectsEXT()
|
| D | Context.cpp | 8438 void Context::deleteMemoryObjects(GLsizei n, const MemoryObjectID *memoryObjects) in deleteMemoryObjects() 8456 void Context::createMemoryObjects(GLsizei n, MemoryObjectID *memoryObjects) in createMemoryObjects()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| D | vktDeviceObjectReservationTests.cpp | 965 std::vector<VkDeviceMemory> memoryObjects(6, (VkDeviceMemory)0); in performTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
| D | vktDeviceObjectReservationTests.cpp | 964 std::vector<VkDeviceMemory> memoryObjects(6, (VkDeviceMemory)0); in performTest() local
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | entry_point_packed_gl_enums.json | 258 "memoryObjects": "MemoryObjectID *" string 285 "memoryObjects": "const MemoryObjectID *" string
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | capture_gles_ext_params.cpp | 2497 MemoryObjectID *memoryObjects, in CaptureCreateMemoryObjectsEXT_memoryObjectsPacked() 2506 const MemoryObjectID *memoryObjects, in CaptureDeleteMemoryObjectsEXT_memoryObjectsPacked()
|
| D | FrameCapture.cpp | 1563 const ParamCapture &memoryObjects = in MaybeCaptureUpdateResourceIDs() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | null_functions.cpp | 551 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects) {} in glCreateMemoryObjectsEXTNULL() 610 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects) {} in glDeleteMemoryObjectsEXTNULL()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_ext_autogen.cpp | 5354 void GL_APIENTRY GL_CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in GL_CreateMemoryObjectsEXT() 5381 void GL_APIENTRY GL_DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in GL_DeleteMemoryObjectsEXT()
|
| D | libGLESv2_autogen.cpp | 4164 void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in glCreateMemoryObjectsEXT() 4169 void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in glDeleteMemoryObjectsEXT()
|