Home
last modified time | relevance | path

Searched defs:bufferName (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Drenderbuffer.c340 gl_buffer_index bufferName, in validate_and_init_renderbuffer_attachment()
377 gl_buffer_index bufferName, in _mesa_attach_and_own_rb()
395 gl_buffer_index bufferName, in _mesa_attach_and_reference_rb()
409 gl_buffer_index bufferName) in _mesa_remove_renderbuffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.cpp33 void VertexArray::detachBuffer(GLuint bufferName) in detachBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.cpp251 const std::string bufferName = GetXfbBufferName(bufferIndex); in updateDescriptorSetLayout() local
394 const std::string bufferName = GetXfbBufferName(0); in writeDescriptorSet() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp370 …erface& vkd, VkDevice device, const BufferWithMemory& buffer, const std::string& bufferName, deUin… in verifyBufferContents()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineBindPointTests.cpp368 …erface& vkd, VkDevice device, const BufferWithMemory& buffer, const std::string& bufferName, deUin… in verifyBufferContents()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1953 const auto& bufferName = ptr.first; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1953 const auto& bufferName = ptr.first; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp951 void Context::deleteBuffer(BufferID bufferName) in deleteBuffer()