Searched refs:getSamplerTextureType (Results 1 – 4 of 4) sorted by relevance
353 gl::TextureType getSamplerTextureType(gl::ShaderType type, unsigned int samplerIndex) const;
1215 gl::TextureType ProgramExecutableD3D::getSamplerTextureType(gl::ShaderType type, in getSamplerTextureType() function in rx::ProgramExecutableD3D
2864 mExecutableD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTexturesForSRVs()3312 gl::TextureType textureType = mExecutableD3D->getSamplerTextureType(type, i); in generateSwizzlesForShader()
3323 executableD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTextures()