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

/external/skia/src/gpu/
H A DSkGpuDevice.cpp43 kBitmapTextureIdx = 0, enumerator in enum:__anon13101
446 paint->colorStage(kBitmapTextureIdx)->setEffect(
1378 grPaint->colorStage(kBitmapTextureIdx)->setEffect(effect);
1460 GrEffectStage* stage = grPaint.colorStage(kBitmapTextureIdx);
1466 grPaint.colorStage(kBitmapTextureIdx)->setEffect(
1473 grPaint.colorStage(kBitmapTextureIdx)->setEffect(
1533 grPaint.colorStage(kBitmapTextureIdx)->reset();
1539 GrTexture* devTex = (*grPaint.getColorStage(kBitmapTextureIdx).getEffect())->texture(0);
1550 grPaint.colorStage(kBitmapTextureIdx)->setEffect(

Completed in 81 milliseconds