Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.hpp131 static const char *getGLSLTypeForSamplerType(const TextureView::_sampler_type sampler_type);
H A Dgl4cTextureViewTests.cpp1174 const char *TextureViewUtilities::getGLSLTypeForSamplerType(const _sampler_type sampler_type) in getGLSLTypeForSamplerType() function in gl4cts::TextureViewUtilities
6784 …const char *texture_sampler_glsl = TextureViewUtilities::getGLSLTypeForSamplerType(texture_sampler… in initProgramObject()
6794 …const char *view_sampler_glsl = TextureViewUtilities::getGLSLTypeForSamplerType(view_sampler_type); in initProgramObject()