Searched refs:tcsCode (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageOperations.cpp | 864 const char* tcsCode = tcs ? getTessControlShaderCode() in configureProgram() local 870 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_tc_id, 1 /* part */, &tcsCode, m_te_i… in configureProgram()
|
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 823 const char* tcsCode = getTessellationControlShaderCode(); in configureProgram() local 836 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_tcs_id, 1 /* part */, &tcsCode, m_tes… in configureProgram()
|