Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DImageEGL.cpp131 const FunctionsGL *functionsGL = GetFunctionsGL(context); in setTexture2D() local
148 const FunctionsGL *functionsGL = GetFunctionsGL(context); in setRenderbufferStorage() local
DRendererEGL.cpp14 RendererEGL::RendererEGL(std::unique_ptr<FunctionsGL> functionsGL, in RendererEGL()
DDisplayEGL.cpp957 std::unique_ptr<FunctionsGL> functionsGL(mEGL->makeFunctionsGL()); in createRenderer() local
/external/angle/src/libANGLE/renderer/gl/wgl/
DRendererWGL.cpp14 RendererWGL::RendererWGL(std::unique_ptr<FunctionsGL> functionsGL, in RendererWGL()
DDisplayWGL.cpp287 const FunctionsGL *functionsGL = mRenderer->getFunctions(); in initializeImpl() local
897 std::unique_ptr<FunctionsGL> functionsGL( in createRenderer() local
DDXGISwapChainWindowSurfaceWGL.cpp31 const FunctionsGL *functionsGL, in DXGISwapChainWindowSurfaceWGL()
DD3DTextureSurfaceWGL.cpp253 const FunctionsGL *functionsGL, in D3DTextureSurfaceWGL()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp293 std::unique_ptr<FunctionsGL> functionsGL(new FunctionsGLGLX(mGLX.getProc)); in initialize() local