Searched refs:getFormatAndTypeCompatibleWithInternalformat (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 4743 …bool getFormatAndTypeCompatibleWithInternalformat(GLenum internalformat, int index, GLenum* out_fo… 4810 bool TestBase::getFormatAndTypeCompatibleWithInternalformat(GLenum internalformat, int index, GLenu… in getFormatAndTypeCompatibleWithInternalformat() function in es3cts::TestBase 6739 …while (getFormatAndTypeCompatibleWithInternalformat(src_internalformat, n_format_type_pair, &src_f… in execute() 6845 getFormatAndTypeCompatibleWithInternalformat(dst_internalformat, 0, &dst_format, &dst_type); in execute() 10126 …while (getFormatAndTypeCompatibleWithInternalformat(src_internal_format, n_src_pair, &fbo_format, … in execute()
|