Searched refs:configComponentMask (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLShaderBuilder.h55 uint32_t configComponentMask() const { return fConfigComponentMask; } function in class:GrGLShaderBuilder::TextureSampler
65 uint32_t configComponentMask,
69 GrAssert(0 != configComponentMask);
80 fConfigComponentMask = configComponentMask;
64 init(GrGLShaderBuilder* builder, uint32_t configComponentMask, const char* swizzle, int idx) argument
H A DGrGLShaderBuilder.cpp38 * Do we need to either map r,g,b->a or a->r. configComponentMask indicates which channels are
43 uint32_t configComponentMask,
50 if (kA_GrColorComponentFlag == configComponentMask) {
73 (kA_GrColorComponentFlag == texSampler.configComponentMask())) {
331 uint32_t configComponentMask = GrPixelConfigComponentMask(access.getTexture()->config()); local
332 if (swizzle_requires_alpha_remapping(caps, configComponentMask, access.swizzleMask())) {
42 swizzle_requires_alpha_remapping(const GrGLCaps& caps, uint32_t configComponentMask, uint32_t swizzleComponentMask) argument
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.h55 uint32_t configComponentMask() const { return fConfigComponentMask; } function in class:GrGLShaderBuilder::TextureSampler
65 uint32_t configComponentMask,
69 GrAssert(0 != configComponentMask);
80 fConfigComponentMask = configComponentMask;
64 init(GrGLShaderBuilder* builder, uint32_t configComponentMask, const char* swizzle, int idx) argument
H A DGrGLShaderBuilder.cpp38 * Do we need to either map r,g,b->a or a->r. configComponentMask indicates which channels are
43 uint32_t configComponentMask,
50 if (kA_GrColorComponentFlag == configComponentMask) {
73 (kA_GrColorComponentFlag == texSampler.configComponentMask())) {
331 uint32_t configComponentMask = GrPixelConfigComponentMask(access.getTexture()->config()); local
332 if (swizzle_requires_alpha_remapping(caps, configComponentMask, access.swizzleMask())) {
42 swizzle_requires_alpha_remapping(const GrGLCaps& caps, uint32_t configComponentMask, uint32_t swizzleComponentMask) argument

Completed in 107 milliseconds