Home
last modified time | relevance | path

Searched refs:SAMPLER_VERTEX (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp111 setAddressingModeU(sw::SAMPLER_VERTEX, i, ADDRESSING_WRAP); in Device()
112 setAddressingModeV(sw::SAMPLER_VERTEX, i, ADDRESSING_WRAP); in Device()
113 setAddressingModeW(sw::SAMPLER_VERTEX, i, ADDRESSING_WRAP); in Device()
114 setBorderColor(sw::SAMPLER_VERTEX, i, 0x00000000); in Device()
115 setTextureFilter(sw::SAMPLER_VERTEX, i, FILTER_POINT); in Device()
116 setMipmapFilter(sw::SAMPLER_VERTEX, i, MIPMAP_NONE); in Device()
117 setMipmapLOD(sw::SAMPLER_VERTEX, i, 0.0f); in Device()
DProgram.cpp305 case sw::SAMPLER_VERTEX: in getSamplerMapping()
333 case sw::SAMPLER_VERTEX: in getSamplerTextureType()
DContext.cpp3142 applyTextures(sw::SAMPLER_VERTEX); in applyTextures()
3243 else if(type == sw::SAMPLER_VERTEX) in applyTexture()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp65 SAMPLER_VERTEX enumerator