1 /* 2 * Copyright 2019 Google LLC 3 * 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 */ 7 #ifndef GrGLAssembleHelpers_DEFINED 8 #define GrGLAssembleHelpers_DEFINED 9 10 #include "include/gpu/ganesh/gl/GrGLAssembleInterface.h" 11 #include "include/gpu/ganesh/gl/GrGLFunctions.h" 12 #include "include/gpu/ganesh/gl/GrGLTypes.h" 13 14 void GrGetEGLQueryAndDisplay(GrEGLQueryStringFn** queryString, GrEGLDisplay* display, 15 void* ctx, GrGLGetProc get); 16 17 #endif // GrGLAssembleHelpers_DEFINED 18