Searched refs:getSamplerMapping (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/doc/ |
D | VTF.md | 51 * Program::getSamplerMapping
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 139 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
|
D | Program.cpp | 291 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in es2::Program
|
D | Context.cpp | 3153 …int textureUnit = programObject->getSamplerMapping(samplerType, samplerIndex); // OpenGL texture… in applyTextures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.h | 186 GLint getSamplerMapping(gl::ShaderType type,
|
D | ProgramD3D.cpp | 745 GLint ProgramD3D::getSamplerMapping(gl::ShaderType type, in getSamplerMapping() function in rx::ProgramD3D
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 2778 GLint textureUnit = mProgramD3D->getSamplerMapping(shaderType, samplerIndex, caps); in applyTexturesForSRVs() 3335 GLint textureUnit = mProgramD3D->getSamplerMapping(type, i, context->getCaps()); in generateSwizzlesForShader()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 3225 GLint textureUnit = programD3D->getSamplerMapping(shaderType, samplerIndex, caps); in applyTextures()
|