Home
last modified time | relevance | path

Searched refs:getSamplerTextureType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h140 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp325 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex) in getSamplerTextureType() function in es2::Program
DContext.cpp3157 TextureType textureType = programObject->getSamplerTextureType(samplerType, samplerIndex); in applyTextures()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h189 gl::TextureType getSamplerTextureType(gl::ShaderType type, unsigned int samplerIndex) const;
DProgramD3D.cpp771 gl::TextureType ProgramD3D::getSamplerTextureType(gl::ShaderType type, in getSamplerTextureType() function in rx::ProgramD3D
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2767 mProgramD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTexturesForSRVs()
3304 gl::TextureType textureType = mProgramD3D->getSamplerTextureType(type, i); in generateSwizzlesForShader()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3238 programD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTextures()