Home
last modified time | relevance | path

Searched refs:beFormat (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DProxyTest.cpp241 auto beFormat = caps.getDefaultBackendFormat(grColorType, GrRenderable::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
242 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
253 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceAllocatorTest.cpp239 auto beFormat = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, GrRenderable::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
240 int k2 = caps->getRenderTargetSampleCount(2, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
241 int k4 = caps->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/image/
DSkImage_Gpu.cpp511 GrBackendFormat beFormat = direct->compressedBackendFormat(type); in MakeTextureFromCompressed() local
512 if (!beFormat.isValid()) { in MakeTextureFromCompressed()