Home
last modified time | relevance | path

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

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