Searched defs:glInterface (Results 1 - 5 of 5) sorted by relevance

/external/skia/tools/gpu/
H A DGrContextFactory.cpp129 sk_sp<const GrGLInterface> glInterface; local
187 glInterface.reset(SkRef(glCtx->gl()));
188 backendContext = reinterpret_cast<GrBackendContext>(glInterface.get());
/external/skia/tools/viewer/sk_app/win/
H A DGLWindowContext_win.cpp63 const GrGLInterface* glInterface = GrGLCreateNativeInterface(); local
64 bool renderDocAttached = glInterface->hasExtension("GL_EXT_debug_tool");
65 SkSafeUnref(glInterface);
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp19 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
20 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->gpu()->glInterface(), RET, X)
83 const GrGLInterface* glInterface = gpu->glInterface(); local
85 nullptr != glInterface->fFunctions.fBindFragmentInputLocation;
H A DGrGLCaps.cpp20 const GrGLInterface* glInterface) : INHERITED(contextOptions) {
60 this->init(contextOptions, ctxInfo, glInterface);
18 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* glInterface) argument
H A DGrGLGpu.h48 const GrGLInterface* glInterface() const { return fGLContext->interface(); } function in class:final
497 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));

Completed in 165 milliseconds