Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp2145 GLuint src_texture_coordinates_buffer_object_id; member
10888 gl.genBuffers(1, &objects.src_texture_coordinates_buffer_object_id); in prepareSupportForNonRenderableTexture()
10911 gl.bindBuffer(GL_ARRAY_BUFFER, objects.src_texture_coordinates_buffer_object_id); in prepareSupportForNonRenderableTexture()
11707 unbindAndDestroyBufferObject(objects.src_texture_coordinates_buffer_object_id); in destroyObjectsSupportingNonRenderableInternalformats()
11728 objects.src_texture_coordinates_buffer_object_id = 0; in destroyObjectsSupportingNonRenderableInternalformats()