Home
last modified time | relevance | path

Searched refs:fSwizzle (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrFragmentProcessor.cpp216 , fSwizzle(swizzle) { in SwizzleOutput()
221 const GrSwizzle& swizzle() const { return fSwizzle; } in SwizzleOutput()
240 b->add32(fSwizzle.asKey()); in SwizzleOutput()
245 return fSwizzle == sfp.fSwizzle; in SwizzleOutput()
249 return fSwizzle.applyTo(input); in SwizzleOutput()
252 GrSwizzle fSwizzle; in SwizzleOutput() member in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor
DGrContext.cpp319 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle); in writeSurfacePixels()
333 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle); in writeSurfacePixels()
480 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle); in readSurfacePixels()
491 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle); in readSurfacePixels()
DGrGpu.h174 GrSwizzle fSwizzle; member
223 GrSwizzle fSwizzle; member
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1515 fConfigTable[kUnknown_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1539 fConfigTable[kRGBA_8888_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1579 fConfigTable[kBGRA_8888_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1643 fConfigTable[kSRGBA_8888_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1663 fConfigTable[kSBGRA_8888_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1720 fConfigTable[kRGB_565_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1739 fConfigTable[kRGBA_4444_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1749 fConfigTable[kAlpha_8_GrPixelConfig].fSwizzle = GrSwizzle::RRRR(); in initConfigTable()
1758 fConfigTable[kAlpha_8_GrPixelConfig].fSwizzle = GrSwizzle::AAAA(); in initConfigTable()
1779 fConfigTable[kGray_8_GrPixelConfig].fSwizzle = GrSwizzle::RRRA(); in initConfigTable()
[all …]
DGrGLCaps.h145 return fConfigTable[config].fSwizzle; in configSwizzle()
505 GrSwizzle fSwizzle; member
DGrGLGpu.h577 fSwizzle(GrSwizzle::RGBA()) {} in BufferTexture()
583 GrSwizzle fSwizzle; member
DGrGLGpu.cpp674 tempDrawInfo->fSwizzle = GrSwizzle::RGBA(); in onGetWritePixelsInfo()
692 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
698 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
706 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
2277 tempDrawInfo->fSwizzle = GrSwizzle::RGBA(); in onGetReadPixelsInfo()
2300 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2310 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2321 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2331 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
3136 this->glCaps().configSwizzle(texelConfig) != buffTex.fSwizzle) { in bindTexelBuffer()
[all …]
/external/skia/src/gpu/vk/
DGrVkGpu.cpp281 tempDrawInfo->fSwizzle = GrSwizzle::RGBA(); in onGetWritePixelsInfo()
308 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
1618 tempDrawInfo->fSwizzle = GrSwizzle::RGBA(); in onGetReadPixelsInfo()