Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp131 static const char* getGLSLTypeForSamplerType(const TextureView::_sampler_type sampler_type);
Dgl4cTextureViewTests.cpp1175 const char* TextureViewUtilities::getGLSLTypeForSamplerType(const _sampler_type sampler_type) in getGLSLTypeForSamplerType() function in gl4cts::TextureViewUtilities
6787 …const char* texture_sampler_glsl = TextureViewUtilities::getGLSLTypeForSamplerType(texture_sampler… in initProgramObject()
6796 const char* view_sampler_glsl = TextureViewUtilities::getGLSLTypeForSamplerType(view_sampler_type); in initProgramObject()