Home
last modified time | relevance | path

Searched refs:GrGLFramebufferInfo (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/include/gpu/gl/
DGrGLTypes.h191 struct GrGLFramebufferInfo { struct
195 bool operator==(const GrGLFramebufferInfo& that) const { argument
/third_party/skia/include/gpu/
DGrBackendSurface.h465 const GrGLFramebufferInfo& glInfo);
523 bool getGLFramebufferInfo(GrGLFramebufferInfo*) const;
621 GrGLFramebufferInfo fGLInfo;
/third_party/skia/tools/sk_app/
DGLWindowContext.cpp63 GrGLFramebufferInfo fbInfo; in getBackbufferSurface()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
Dnative-lib.cpp207 GrGLFramebufferInfo fboInfo; in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
/third_party/skia/tools/skottie_ios_app/
DSkiaGLContext.mm40 GrGLFramebufferInfo{(GrGLuint)fboid, GL_RGBA8}),
/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.cpp111 GrGLFramebufferInfo fbi; in getBackendRenderTarget()
DGrGLGpu.cpp778 GrGLFramebufferInfo info; in onWrapBackendRenderTarget()
3794 GrGLFramebufferInfo info; in createTestingOnlyBackendRenderTarget()
3910 GrGLFramebufferInfo info; in deleteTestingOnlyBackendRenderTarget()
DGrGLCaps.cpp4546 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT()
/third_party/skia/tests/
DProxyTest.cpp251 GrGLFramebufferInfo fboInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDeferredDisplayListTest.cpp234 GrGLFramebufferInfo fboInfo; in make()
668 GrGLFramebufferInfo fboInfo{ isFBO0 ? 0 : (GrGLuint) 1, GR_GL_RGBA8 }; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp239 GrGLFramebufferInfo info; in MakeOnScreenGLSurface()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp1017 const GrGLFramebufferInfo& glInfo) in GrBackendRenderTarget()
1177 bool GrBackendRenderTarget::getGLFramebufferInfo(GrGLFramebufferInfo* outInfo) const { in getGLFramebufferInfo()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp502 GrGLFramebufferInfo info; in MakeOnScreenGLSurface()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp171 GrGLFramebufferInfo info; in MakeOnScreenGLSurface()