Searched refs:dst_attachment_point (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 6392 …void restoreBindings(GLenum src_attachment_point, GLenum dst_attachment_point, GLint bound_draw_fb… 6952 GLenum dst_attachment_point = GL_TEXTURE2; in execute() local 6984 dst_Cube_texture_attachment = dst_attachment_point; in execute() 6987 dst_2D_texture_attachment = dst_attachment_point; in execute() 6998 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() 7017 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() 7024 dst_attachment_point)) in execute() 7027 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() 7046 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() 7074 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() [all …]
|