Home
last modified time | relevance | path

Searched refs:fboInfo (Results 1 – 6 of 6) sorted by relevance

/external/skia/platform_tools/android/apps/skottie/src/main/cpp/
Dnative-lib.cpp171 GrGLFramebufferInfo fboInfo; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame() local
172 fboInfo.fFBOID = 0; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
174 fboInfo.fFormat = GL_RGBA16F; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
177 fboInfo.fFormat = GL_RGBA8; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
180 GrBackendRenderTarget backendRT(width, height, 0, STENCIL_BUFFER_SIZE, fboInfo); in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
Dnative-lib.cpp171 GrGLFramebufferInfo fboInfo; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame() local
172 fboInfo.fFBOID = 0; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
174 fboInfo.fFormat = GL_RGBA16F; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
177 fboInfo.fFormat = GL_RGBA8; in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
180 GrBackendRenderTarget backendRT(width, height, 0, STENCIL_BUFFER_SIZE, fboInfo); in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nDrawFrame()
/external/skqp/tests/
DProxyTest.cpp253 GrGLFramebufferInfo fboInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
254 fboInfo.fFBOID = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
255 fboInfo.fFormat = GR_GL_RGBA8; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
258 kStencilBits, fboInfo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDeferredDisplayListTest.cpp377 GrGLFramebufferInfo fboInfo; in make() local
378 fboInfo.fFBOID = 0; in make()
379 fboInfo.fFormat = GR_GL_RGBA8; in make()
381 GrBackendRenderTarget backendRT(fWidth, fHeight, 1, kStencilBits, fboInfo); in make()
/external/skia/tests/
DProxyTest.cpp254 GrGLFramebufferInfo fboInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
255 fboInfo.fFBOID = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
256 fboInfo.fFormat = GR_GL_RGBA8; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
259 kStencilBits, fboInfo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDeferredDisplayListTest.cpp171 GrGLFramebufferInfo fboInfo; in make() local
172 fboInfo.fFBOID = 0; in make()
173 fboInfo.fFormat = GR_GL_RGBA8; in make()
175 GrBackendRenderTarget backendRT(fWidth, fHeight, 1, kStencilBits, fboInfo); in make()