Home
last modified time | relevance | path

Searched refs:out_format_idx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp2673 const size_t out_format_idx = get_index_of_format(out_internal_format); in executeTestCase() local
2679 prepareOutputTexture(out_format_idx); in executeTestCase()
2702 prepareAndTestProgram(test_case, out_format_idx, out_channel_size, channel, true); in executeTestCase()
2703 prepareAndTestProgram(test_case, out_format_idx, out_channel_size, channel, false); in executeTestCase()
3057 const size_t out_format_idx = get_index_of_format(out_internal_format); in logTestCaseDetials() local
3058 const _texture_format& output_format = texture_formats[out_format_idx]; in logTestCaseDetials()