Searched refs:texture_n_components (Results 1 – 1 of 1) sorted by relevance
6781 const unsigned int texture_n_components = in initProgramObject() local6786 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()