Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp99 setAddressingModeU(sw::SAMPLER_PIXEL, i, ADDRESSING_WRAP); in Device()
100 setAddressingModeV(sw::SAMPLER_PIXEL, i, ADDRESSING_WRAP); in Device()
101 setAddressingModeW(sw::SAMPLER_PIXEL, i, ADDRESSING_WRAP); in Device()
102 setBorderColor(sw::SAMPLER_PIXEL, i, 0x00000000); in Device()
103 setTextureFilter(sw::SAMPLER_PIXEL, i, FILTER_POINT); in Device()
104 setMipmapFilter(sw::SAMPLER_PIXEL, i, MIPMAP_NONE); in Device()
105 setMipmapLOD(sw::SAMPLER_PIXEL, i, 0.0f); in Device()
DContext.cpp2102 device->setAddressingModeU(sw::SAMPLER_PIXEL, unit, es2sw::ConvertTextureWrap(wrapS)); in applyTextures()
2103 device->setAddressingModeV(sw::SAMPLER_PIXEL, unit, es2sw::ConvertTextureWrap(wrapT)); in applyTextures()
2105 …device->setTextureFilter(sw::SAMPLER_PIXEL, unit, es2sw::ConvertTextureFilter(minFilter, magFilter… in applyTextures()
2106 device->setMipmapFilter(sw::SAMPLER_PIXEL, unit, es2sw::ConvertMipMapFilter(minFilter)); in applyTextures()
2107 device->setMaxAnisotropy(sw::SAMPLER_PIXEL, unit, maxAnisotropy); in applyTextures()
/external/swiftshader/src/Renderer/
DRenderer.cpp2368 if(type == SAMPLER_PIXEL) in setTextureFilter()
2380 if(type == SAMPLER_PIXEL) in setMipmapFilter()
2392 if(type == SAMPLER_PIXEL) in setGatherEnable()
2404 if(type == SAMPLER_PIXEL) in setAddressingModeU()
2416 if(type == SAMPLER_PIXEL) in setAddressingModeV()
2428 if(type == SAMPLER_PIXEL) in setAddressingModeW()
2440 if(type == SAMPLER_PIXEL) in setReadSRGB()
2452 if(type == SAMPLER_PIXEL) in setMipmapLOD()
2464 if(type == SAMPLER_PIXEL) in setBorderColor()
2476 if(type == SAMPLER_PIXEL) in setMaxAnisotropy()
[all …]
DSampler.hpp64 SAMPLER_PIXEL, enumerator
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp100 setAddressingModeU(sw::SAMPLER_PIXEL, i, ADDRESSING_WRAP); in Device()
101 setAddressingModeV(sw::SAMPLER_PIXEL, i, ADDRESSING_WRAP); in Device()
102 setAddressingModeW(sw::SAMPLER_PIXEL, i, ADDRESSING_WRAP); in Device()
103 setBorderColor(sw::SAMPLER_PIXEL, i, 0x00000000); in Device()
104 setTextureFilter(sw::SAMPLER_PIXEL, i, FILTER_POINT); in Device()
105 setMipmapFilter(sw::SAMPLER_PIXEL, i, MIPMAP_NONE); in Device()
106 setMipmapLOD(sw::SAMPLER_PIXEL, i, 0.0f); in Device()
DContext.cpp3141 applyTextures(sw::SAMPLER_PIXEL); in applyTextures()
3149 …int samplerCount = (samplerType == sw::SAMPLER_PIXEL) ? MAX_TEXTURE_IMAGE_UNITS : MAX_VERTEX_TEXTU… in applyTextures()
3236 int sampler = (type == sw::SAMPLER_PIXEL) ? index : 16 + index; in applyTexture()
3239 if(type == sw::SAMPLER_PIXEL) in applyTexture()
DProgram.cpp297 case sw::SAMPLER_PIXEL: in getSamplerMapping()
329 case sw::SAMPLER_PIXEL: in getSamplerTextureType()