Searched refs:getSamplerTextureType (Results 1 – 7 of 7) sorted by relevance
140 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
325 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex) in getSamplerTextureType() function in es2::Program
3157 TextureType textureType = programObject->getSamplerTextureType(samplerType, samplerIndex); in applyTextures()
189 gl::TextureType getSamplerTextureType(gl::ShaderType type, unsigned int samplerIndex) const;
771 gl::TextureType ProgramD3D::getSamplerTextureType(gl::ShaderType type, in getSamplerTextureType() function in rx::ProgramD3D
2767 mProgramD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTexturesForSRVs()3304 gl::TextureType textureType = mProgramD3D->getSamplerTextureType(type, i); in generateSwizzlesForShader()
3238 programD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTextures()