Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp237 UNIFORM_FUNCTION_COUNT enumerator
Dgl4cGPUShaderFP64Tests.cpp2260 …igned int n_uniform_function = UNIFORM_FUNCTION_FIRST; n_uniform_function < UNIFORM_FUNCTION_COUNT; in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2362 …igned int n_uniform_function = UNIFORM_FUNCTION_FIRST; n_uniform_function < UNIFORM_FUNCTION_COUNT; in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers()
2622 …igned int n_uniform_function = UNIFORM_FUNCTION_FIRST; n_uniform_function < UNIFORM_FUNCTION_COUNT; in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2827 function < static_cast<int>(UNIFORM_FUNCTION_COUNT); function++) in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
3070 function < static_cast<int>(UNIFORM_FUNCTION_COUNT); ++function) in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
3160 …on = static_cast<int>(UNIFORM_FUNCTION_FIRST); function < static_cast<int>(UNIFORM_FUNCTION_COUNT); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO()