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

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp966 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); local
973 if (fragmentTexUnitsRequired > fragmentTexUnitsSupported)
974 throw tcu::NotSupportedError(de::toString(fragmentTexUnitsRequired) + " fragment texture units required, " + de::toString(fragmentTexUnitsSupported) + " supported");
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp977 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); local
984 if (fragmentTexUnitsRequired > fragmentTexUnitsSupported)
985 throw tcu::NotSupportedError(de::toString(fragmentTexUnitsRequired) + " fragment texture units required, " + de::toString(fragmentTexUnitsSupported) + " supported");
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1148 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); local
1155 if (fragmentTexUnitsRequired > fragmentTexUnitsSupported)
1156 throw tcu::NotSupportedError(de::toString(fragmentTexUnitsRequired) + " fragment texture units required, " + de::toString(fragmentTexUnitsSupported) + " supported");

Completed in 204 milliseconds