Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2797 mProgramD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTexturesForSRVs()
3334 gl::TextureType textureType = mProgramD3D->getSamplerTextureType(type, i); in generateSwizzlesForShader()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3243 programD3D->getSamplerTextureType(shaderType, samplerIndex); in applyTextures()