Home
last modified time | relevance | path

Searched defs:functionsGL (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DImageEGL.cpp115 const FunctionsGL *functionsGL = GetFunctionsGL(context); in setTexture2D() local
132 const FunctionsGL *functionsGL = GetFunctionsGL(context); in setRenderbufferStorage() local
DRendererEGL.cpp14 RendererEGL::RendererEGL(std::unique_ptr<FunctionsGL> functionsGL, in RendererEGL()
DDisplayEGL.cpp950 std::unique_ptr<FunctionsGL> functionsGL(mEGL->makeFunctionsGL()); in createRenderer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DRendererWGL.cpp14 RendererWGL::RendererWGL(std::unique_ptr<FunctionsGL> functionsGL, in RendererWGL()
DDisplayWGL.cpp279 const FunctionsGL *functionsGL = mRenderer->getFunctions(); in initializeImpl() local
908 std::unique_ptr<FunctionsGL> functionsGL( in createRenderer() local
DDXGISwapChainWindowSurfaceWGL.cpp31 const FunctionsGL *functionsGL, in DXGISwapChainWindowSurfaceWGL()
DD3DTextureSurfaceWGL.cpp239 const FunctionsGL *functionsGL, in D3DTextureSurfaceWGL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp294 std::unique_ptr<FunctionsGL> functionsGL(new FunctionsGLGLX(mGLX.getProc)); in initialize() local