Home
last modified time | relevance | path

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

/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp207 GrGLFramebufferInfo fboInfo; in Java_org_skia_skottie_SkottieAnimation_nDrawFrame() local
208 fboInfo.fFBOID = 0; in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
210 fboInfo.fFormat = GL_RGBA16F; in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
213 fboInfo.fFormat = GL_RGBA8; in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
216 GrBackendRenderTarget backendRT(width, height, 0, STENCIL_BUFFER_SIZE, fboInfo); in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
/third_party/skia/tests/
H A DProxyTest.cpp251 GrGLFramebufferInfo fboInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
252 fboInfo.fFBOID = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
253 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
254 SkASSERT(fboInfo.fFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
257 kStencilBits, fboInfo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DDeferredDisplayListTest.cpp234 GrGLFramebufferInfo fboInfo; in make() local
235 fboInfo.fFBOID = 0; in make()
236 fboInfo.fFormat = GR_GL_RGBA8; in make()
238 GrBackendRenderTarget backendRT(fWidth, fHeight, 1, kStencilBits, fboInfo); in make()
668 GrGLFramebufferInfo fboInfo{ isFBO0 ? 0 : (GrGLuint) 1, GR_GL_RGBA8 }; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
669 GrBackendRenderTarget backendRT(128, 128, numSamples, kStencilBits, fboInfo); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()

Completed in 4 milliseconds