Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A 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()
H A DResourceAllocatorTest.cpp241 auto beFormat = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, GrRenderable::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
242 int k2 = caps->getRenderTargetSampleCount(2, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
243 int k4 = caps->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp508 GrBackendFormat beFormat = direct->compressedBackendFormat(type); in MakeTextureFromCompressed() local
509 if (!beFormat.isValid()) { in MakeTextureFromCompressed()

Completed in 7 milliseconds