Searched refs:dst_texture_pixels_buffer_object_id (Results 1 – 1 of 1) sorted by relevance
223 GLuint dst_texture_pixels_buffer_object_id; member7051 objects_ptr->dst_texture_pixels_buffer_object_id); in execute()7123 …copyDataFromBufferObject(objects_ptr->dst_texture_pixels_buffer_object_id, copied_dst_texture_data… in execute()8963 gl.genBuffers(1, &objects.dst_texture_pixels_buffer_object_id); in prepareSupportForNonRenderableTexture()8982 gl.bindBuffer(GL_ARRAY_BUFFER, objects.dst_texture_pixels_buffer_object_id); in prepareSupportForNonRenderableTexture()9011 objects.dst_texture_pixels_buffer_object_id, 0, destination_buffer_data_size); in prepareSupportForNonRenderableTexture()9782 unbindAndDestroyBufferObject(objects.dst_texture_pixels_buffer_object_id); in destroyObjectsSupportingNonRenderableInternalformats()9790 objects.dst_texture_pixels_buffer_object_id = 0; in destroyObjectsSupportingNonRenderableInternalformats()