Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTex3DValidation.cpp78 …throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED, "", __FILE__, __LINE_… in iterate()
DesextcTextureCubeMapArrayFBOIncompleteness.cpp139 throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED); in initTest()
DesextcTextureCubeMapArrayGenerateMipMap.cpp191 throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED); in init()
534 throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED); in init()
DesextcTextureCubeMapArrayGetterCalls.cpp180 throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED); in initTest()
DesextcTextureCubeMapArraySubImage3D.cpp87 …throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED, "", __FILE__, __LINE_… in initTest()
DesextcTextureCubeMapArrayStencilAttachments.cpp707 …throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED, "", __FILE__, __LINE_… in initTest()
DesextcTextureCubeMapArrayColorDepthAttachments.cpp516 throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED); in initTest()
DesextcTextureCubeMapArrayImageOperations.cpp369 …throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED, "", __FILE__, __LINE_… in initTest()
DesextcTextureCubeMapArrayImageTextureSize.cpp78 …throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED, "", __FILE__, __LINE_… in initTest()
DesextcTextureCubeMapArraySampling.cpp3161 …throw tcu::NotSupportedError(TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED, "", __FILE__, __LINE_… in iterate()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp44 #define TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED "Texture cube map array functionality not su… macro