Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp8301 void unbindAndDestroyBufferObject(GLuint bo_id);
11704 unbindAndDestroyBufferObject(objects.comparison_result_buffer_object_id); in destroyObjectsSupportingNonRenderableInternalformats()
11705 unbindAndDestroyBufferObject(objects.src_texture_pixels_buffer_object_id); in destroyObjectsSupportingNonRenderableInternalformats()
11706 unbindAndDestroyBufferObject(objects.dst_texture_pixels_buffer_object_id); in destroyObjectsSupportingNonRenderableInternalformats()
11707 unbindAndDestroyBufferObject(objects.src_texture_coordinates_buffer_object_id); in destroyObjectsSupportingNonRenderableInternalformats()
11708 unbindAndDestroyBufferObject(objects.dst_texture_coordinates_buffer_object_id); in destroyObjectsSupportingNonRenderableInternalformats()
11737 void RequiredCase::unbindAndDestroyBufferObject(GLuint bo_id) in unbindAndDestroyBufferObject() function in es3cts::RequiredCase