Searched refs:fbo_internalformat (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 6517 GLenum fbo_internalformat = fboEffectiveInternalFormatOrdering[n_fbo_internal_format]; in iterate() local 6524 switch (getDataSamplerTypeForInternalformat(fbo_internalformat)) in iterate() 6532 if (!execute(fbo_internalformat, dst_internalformat, &m_f_src_f_dst_internalformat)) in iterate() 6547 if (!execute(fbo_internalformat, dst_internalformat, NULL)) in iterate() 6574 if (!execute(fbo_internalformat, dst_internalformat, &m_i_src_i_dst_internalformat)) in iterate() 6589 if (!execute(fbo_internalformat, dst_internalformat, NULL)) in iterate() 6617 if (!execute(fbo_internalformat, dst_internalformat, &m_ui_src_ui_dst_internalformat)) in iterate() 6632 if (!execute(fbo_internalformat, dst_internalformat, NULL)) in iterate()
|