Searched refs:src_attachment_point (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 6387 …void restoreBindings(GLenum src_attachment_point, GLenum dst_attachment_point, GLint bound_draw_fb… 6948 GLenum src_attachment_point = GL_TEXTURE1; in execute() local 6961 src_2DArray_texture_attachment = src_attachment_point; in execute() 6966 src_3D_texture_attachment = src_attachment_point; in execute() 6971 src_Cube_texture_attachment = src_attachment_point; in execute() 6974 src_2D_texture_attachment = src_attachment_point; in execute() 6993 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() 7009 src_attachment_point)) in execute() 7012 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() 7022 restoreBindings(src_attachment_point, dst_attachment_point, bound_draw_fbo_id, in execute() [all …]
|