Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp6781 const unsigned int texture_n_components = in initProgramObject() local
6786 TextureViewUtilities::getGLSLDataTypeForSamplerType(texture_sampler_type, texture_n_components); in initProgramObject()
6789 (texture_n_components == 4) ? "xyzw" : in initProgramObject()
6790 (texture_n_components == 3) ? "xyz" : (texture_n_components == 2) ? "xy" : "x"; in initProgramObject()