Home
last modified time | relevance | path

Searched refs:getSamplerMapping (Results 1 – 8 of 8) sorted by relevance

/external/angle/doc/
DVTF.md51 * Program::getSamplerMapping
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h139 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp291 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in es2::Program
DContext.cpp3153 …int textureUnit = programObject->getSamplerMapping(samplerType, samplerIndex); // OpenGL texture… in applyTextures()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h186 GLint getSamplerMapping(gl::ShaderType type,
DProgramD3D.cpp745 GLint ProgramD3D::getSamplerMapping(gl::ShaderType type, in getSamplerMapping() function in rx::ProgramD3D
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2748 GLint textureUnit = mProgramD3D->getSamplerMapping(shaderType, samplerIndex, caps); in applyTexturesForSRVs()
3305 GLint textureUnit = mProgramD3D->getSamplerMapping(type, i, context->getCaps()); in generateSwizzlesForShader()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3220 GLint textureUnit = programD3D->getSamplerMapping(shaderType, samplerIndex, caps); in applyTextures()