Searched refs:swizzleB (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.cpp | 68 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()
|
D | Sampler.hpp | 159 SwizzleType swizzleB : BITS(SWIZZLE_LAST); member 189 void setSwizzleB(SwizzleType swizzleB); 236 SwizzleType swizzleB; member in sw::Sampler
|
D | VertexProcessor.hpp | 266 void setSwizzleB(unsigned int sampler, SwizzleType swizzleB);
|
D | PixelProcessor.hpp | 243 void setSwizzleB(unsigned int sampler, SwizzleType swizzleB);
|
D | Renderer.hpp | 308 void setSwizzleB(SamplerType type, int sampler, SwizzleType swizzleB);
|
D | VertexProcessor.cpp | 641 void VertexProcessor::setSwizzleB(unsigned int sampler, SwizzleType swizzleB) in setSwizzleB() argument 645 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setSwizzleB(swizzleB); in setSwizzleB()
|
D | PixelProcessor.cpp | 486 void PixelProcessor::setSwizzleB(unsigned int sampler, SwizzleType swizzleB) in setSwizzleB() argument 490 context->sampler[sampler].setSwizzleB(swizzleB); in setSwizzleB()
|
D | Renderer.cpp | 2522 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/ |
D | es3fTextureSwizzleTests.cpp | 80 …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/ |
D | Texture.cpp | 293 bool Texture::setSwizzleB(GLenum swizzleB) in setSwizzleB() argument 295 switch(swizzleB) in setSwizzleB() 303 mSwizzleB = swizzleB; in setSwizzleB()
|
D | Texture.h | 122 bool setSwizzleB(GLenum swizzleB);
|
D | Context.cpp | 3198 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/ |
D | SamplerCore.cpp | 260 (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()
|