Searched defs:numDims (Results 1 - 1 of 1) sorted by path

/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1224 const int numDims = getNumTextureSamplingDimensions(textureType); local
1227 return glu::ProgramSources() << genVertexShaderSource(requireGpuShader5(gatherType), numDims, isDynamicOffset || isShadow)
1228 << genFragmentShaderSource(requireGpuShader5(gatherType), numDims, samplerType, funcCall, useNormalizedCoord, usePixCoord);

Completed in 317 milliseconds