HomeSort by relevance Sort by last modified time
    Searched refs:fConfig (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/include/gpu/
GrTexture.h 47 GrPixelConfig config() const { return fConfig; }
53 return (size_t) fWidth * fHeight * GrBytesPerPixel(fConfig);
132 , fConfig(config) {
154 GrPixelConfig fConfig;
GrRenderTarget.h 51 GrPixelConfig config() const { return fConfig; }
186 , fConfig(config)
207 GrPixelConfig fConfig;
GrTypes.h 483 GrPixelConfig fConfig;
648 GrPixelConfig fConfig; //<! color format
677 GrPixelConfig fConfig; //<! color format
  /external/skia/tests/
BitmapGetColorTest.cpp 13 SkBitmap::Config fConfig;
33 bm.setConfig(gRec[i].fConfig, 1, 1);
BitmapCopyTest.cpp 91 SkBitmap::Config fConfig;
265 src.setConfig(gPairs[i].fConfig, W, H);
274 bool success = src.copyTo(&dst, gPairs[j].fConfig);
284 bool canSucceed = src.canCopyTo(gPairs[j].fConfig);
296 REPORTER_ASSERT(reporter, dst.config() == gPairs[j].fConfig);
358 if (gPairs[i].fConfig != SkBitmap::kRLE_Index8_Config) {
364 tstSafeSize.setConfig(gPairs[i].fConfig, 100000000U,
375 switch (gPairs[i].fConfig) {
422 if (gPairs[i].fConfig == SkBitmap::kA1_Config) {
438 src.setConfig(gPairs[i].fConfig, 2 * subW + 1, subH)
    [all...]
  /external/skia/src/images/
SkImageRef.cpp 29 fConfig = config;
46 this, fConfig, (int)fStream->getLength());
103 fConfig = fBitmap.config();
128 if (this->onDecode(codec, fStream, &fBitmap, fConfig, mode)) {
180 fConfig = (SkBitmap::Config)buffer.readU8();
195 buffer.write8(fConfig);
SkFlipPixelRef.cpp 14 fConfig = config;
30 device->setConfig(fConfig, fFlipper.width(), fFlipper.height());
  /external/skia/include/images/
SkImageRef.h 93 SkBitmap::Config fConfig;
SkFlipPixelRef.h 76 SkBitmap::Config fConfig;
  /external/skia/src/gpu/
GrRenderTarget.cpp 55 if (kUnknown_GrPixelConfig == fConfig) {
58 colorBits = GrBytesPerPixel(fConfig);
SkGr.cpp 103 bitmap->height(), desc.fConfig,
115 desc.fConfig = SkGr::Bitmap2PixelConfig(*bitmap);
125 desc.fConfig,
SkGrTexturePixelRef.cpp 65 desc.fConfig = SkGr::BitmapConfig2PixelConfig(dstConfig, false);
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 39 desc.fConfig,
61 desc.fConfig,
GrGLTexture.cpp 57 textureDesc.fConfig) {
67 textureDesc.fConfig) {
GrGLRenderTarget.h 33 GrPixelConfig fConfig;
GrGLTexture.h 65 GrPixelConfig fConfig;
GrGpuGL.cpp 322 dstDesc.fConfig = kRGBA_8888_GrPixelConfig;
485 if (!configToGLFormats(desc.fConfig, false, NULL, NULL, NULL)) {
491 glTexDesc.fConfig = desc.fConfig;
503 glRTDesc.fConfig = desc.fConfig;
525 glDesc.fConfig = desc.fConfig;
570 desc.fConfig = glTex->config();
636 useTexStorage = desc.fConfig != kRGB_565_GrPixelConfig
    [all...]
  /external/skia/include/core/
SkBitmap.h 98 Config config() const { return (Config)fConfig; }
623 uint8_t fConfig;
    [all...]
  /external/skia/src/views/
SkWindow.cpp 55 fConfig = SkBitmap::kRGB_565_Config;
57 fConfig = SkBitmap::kARGB_8888_Config;
96 config = fConfig;
98 if (width != fBitmap.width() || height != fBitmap.height() || config != fConfig)
100 fConfig = config;
  /external/skia/include/views/
SkWindow.h 86 SkBitmap::Config fConfig;
  /external/skia/src/core/
SkBitmap.cpp 144 SkTSwap(fConfig, other.fConfig);
269 fConfig = SkToU8(c);
522 switch (fConfig) {
556 /* we record this regardless of fConfig, though it is ignored in
671 kNo_Config == fConfig || kIndex8_Config == fConfig) {
692 switch (fConfig) {
717 if (kARGB_4444_Config == fConfig) {
789 if (kRLE_Index8_Config == fConfig) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 155 renderTargetDesc.fConfig = kRGBA_8888_PM_GrPixelConfig;
  /external/skia/bench/
benchmain.cpp 190 desc.fConfig = kSkia8888_PM_GrPixelConfig;
259 SkBitmap::Config fConfig;
429 outConfig = gConfigs[index].fConfig;
550 outConfig = gConfigs[configIndex].fConfig;
  /external/skia/gm/
texdata.cpp 81 desc.fConfig = kSkia8888_PM_GrPixelConfig;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp 194 desc->fConfig = kRGBA_8888_GrPixelConfig;

Completed in 242 milliseconds

1 2