Home
last modified time | relevance | path

Searched refs:mFunctionsGL (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp37 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()
DD3DTextureSurfaceWGL.cpp247 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()
DD3DTextureSurfaceWGL.h80 const FunctionsGL *mFunctionsGL; variable
DDXGISwapChainWindowSurfaceWGL.h75 const FunctionsGL *mFunctionsGL; variable