Home
last modified time | relevance | path

Searched defs:swizzleB (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp159 SwizzleType swizzleB : BITS(SWIZZLE_LAST); member
236 SwizzleType swizzleB; member in sw::Sampler
DSampler.cpp330 void Sampler::setSwizzleB(SwizzleType swizzleB) in setSwizzleB()
DVertexProcessor.cpp641 void VertexProcessor::setSwizzleB(unsigned int sampler, SwizzleType swizzleB) in setSwizzleB()
DPixelProcessor.cpp486 void PixelProcessor::setSwizzleB(unsigned int sampler, SwizzleType swizzleB) in setSwizzleB()
DRenderer.cpp2522 void Renderer::setSwizzleB(SamplerType type, int sampler, SwizzleType swizzleB) in setSwizzleB()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp103 …32 format, deUint32 dataType, deUint32 swizzleR, deUint32 swizzleG, deUint32 swizzleB, deUint32 sw… in Texture2DSwizzleCase()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp293 bool Texture::setSwizzleB(GLenum swizzleB) in setSwizzleB()
DContext.cpp3198 GLenum swizzleB = texture->getSwizzleB(); in applyTextures() local