Home
last modified time | relevance | path

Searched refs:swizzleB (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.cpp68 swizzleB = SWIZZLE_BLUE; in Sampler()
102 state.swizzleB = swizzleB; in samplerState()
330 void Sampler::setSwizzleB(SwizzleType swizzleB) in setSwizzleB() argument
332 this->swizzleB = swizzleB; in setSwizzleB()
DSampler.hpp159 SwizzleType swizzleB : BITS(SWIZZLE_LAST); member
189 void setSwizzleB(SwizzleType swizzleB);
236 SwizzleType swizzleB; member in sw::Sampler
DVertexProcessor.hpp266 void setSwizzleB(unsigned int sampler, SwizzleType swizzleB);
DPixelProcessor.hpp243 void setSwizzleB(unsigned int sampler, SwizzleType swizzleB);
DRenderer.hpp308 void setSwizzleB(SamplerType type, int sampler, SwizzleType swizzleB);
DVertexProcessor.cpp641 void VertexProcessor::setSwizzleB(unsigned int sampler, SwizzleType swizzleB) in setSwizzleB() argument
645 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setSwizzleB(swizzleB); in setSwizzleB()
DPixelProcessor.cpp486 void PixelProcessor::setSwizzleB(unsigned int sampler, SwizzleType swizzleB) in setSwizzleB() argument
490 context->sampler[sampler].setSwizzleB(swizzleB); in setSwizzleB()
DRenderer.cpp2522 void Renderer::setSwizzleB(SamplerType type, int sampler, SwizzleType swizzleB) in setSwizzleB() argument
2526 PixelProcessor::setSwizzleB(sampler, swizzleB); in setSwizzleB()
2530 VertexProcessor::setSwizzleB(sampler, swizzleB); in setSwizzleB()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp80 …rmat, deUint32 dataType, deUint32 swizzleR, deUint32 swizzleG, deUint32 swizzleB, deUint32 swizzle…
103 …rmat, deUint32 dataType, deUint32 swizzleR, deUint32 swizzleG, deUint32 swizzleB, deUint32 swizzle… in Texture2DSwizzleCase() argument
110 , m_swizzleB (swizzleB) in Texture2DSwizzleCase()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp293 bool Texture::setSwizzleB(GLenum swizzleB) in setSwizzleB() argument
295 switch(swizzleB) in setSwizzleB()
303 mSwizzleB = swizzleB; in setSwizzleB()
DTexture.h122 bool setSwizzleB(GLenum swizzleB);
DContext.cpp3198 GLenum swizzleB = texture->getSwizzleB(); in applyTextures() local
3207 device->setSwizzleB(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleB)); in applyTextures()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp260 (state.swizzleB != SWIZZLE_BLUE) || in sampleTexture()
266 applySwizzle(state.swizzleB, c.z, col); in sampleTexture()
488 (state.swizzleB != SWIZZLE_BLUE) || in sampleTexture()
494 applySwizzle(state.swizzleB, c.z, col); in sampleTexture()