Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: include/gpu/gl/GrGLInterface.h

Issue 1232103002: Enable stencil clipping in mixed sampled render targets (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/gpu/gl/GrGLInterface.h
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
index e20f808dd89cfec1c6712524e6a29446f2a8ca37..4f32ddc9a332befc40462c98b0201fe8da0eb35d 100644
--- a/include/gpu/gl/GrGLInterface.h
+++ b/include/gpu/gl/GrGLInterface.h
@@ -490,6 +490,10 @@ public:
GLPtr<GrGLGetVertexArrayPointeri_vProc> fGetVertexArrayPointeri_v;
GLPtr<GrGLMapNamedBufferRangeProc> fMapNamedBufferRange;
GLPtr<GrGLFlushMappedNamedBufferRangeProc> fFlushMappedNamedBufferRange;
+ // OpenGL 4.3
+ GLPtr<GrGLFramebufferParameteriProc> fFramebufferParameteri;
+ GLPtr<GrGLNamedFramebufferSampleLocationsfvProc> fNamedFramebufferSampleLocationsfv;
+ GLPtr<GrGLGetMultisamplefvProc> fGetMultisamplefv;
/* KHR_debug */
GLPtr<GrGLDebugMessageControlProc> fDebugMessageControl;

Powered by Google App Engine
This is Rietveld 408576698