Home
last modified time | relevance | path

Searched refs:fragmentTexUnitsSupported (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp956 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); in init() local
963 if (fragmentTexUnitsRequired > fragmentTexUnitsSupported) in init()
964 throw tcu::NotSupportedError(de::toString(fragmentTexUnitsRequired) + " fragment texture units required, " + de::toString(fragmentTexUnitsSupported) + " supported"); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1138 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); in init() local
1145 if (fragmentTexUnitsRequired > fragmentTexUnitsSupported) in init()
1146 throw tcu::NotSupportedError(de::toString(fragmentTexUnitsRequired) + " fragment texture units required, " + de::toString(fragmentTexUnitsSupported) + " supported"); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp967 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); in init() local
974 if (fragmentTexUnitsRequired > fragmentTexUnitsSupported) in init()
975 throw tcu::NotSupportedError(de::toString(fragmentTexUnitsRequired) + " fragment texture units required, " + de::toString(fragmentTexUnitsSupported) + " supported"); in init()

Completed in 13 milliseconds