Searched refs:mFunctionsGL (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DXGISwapChainWindowSurfaceWGL.cpp | 37 mFunctionsGL(functionsGL), in DXGISwapChainWindowSurfaceWGL() 106 mFunctionsGL->genRenderbuffers(1, &mColorRenderbufferID); in initialize() 109 mFunctionsGL->genRenderbuffers(1, &mDepthRenderbufferID); in initialize() 122 mFunctionsGL->flush(); in swap() 148 mFunctionsGL->flush(); in postSubBuffer() 533 mFunctionsGL->renderbufferStorage(GL_RENDERBUFFER, mDepthBufferFormat, in createSwapChain()
|
D | D3DTextureSurfaceWGL.cpp | 247 mFunctionsGL(functionsGL), in D3DTextureSurfaceWGL() 328 mFunctionsGL->genRenderbuffers(1, &mColorRenderbufferID); in initialize() 341 mFunctionsGL->genRenderbuffers(1, &mDepthStencilRenderbufferID); in initialize() 343 mFunctionsGL->renderbufferStorage(GL_RENDERBUFFER, config->depthStencilFormat, in initialize()
|
D | D3DTextureSurfaceWGL.h | 80 const FunctionsGL *mFunctionsGL; variable
|
D | DXGISwapChainWindowSurfaceWGL.h | 75 const FunctionsGL *mFunctionsGL; variable
|