Home
last modified time | relevance | path

Searched refs:apiState (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp2292 const gl::State &apiState, in CaptureDefaultVertexAttribs() argument
2296 apiState.getVertexAttribCurrentValues(); in CaptureDefaultVertexAttribs()
2324 const gl::State &apiState = context->getState(); in CaptureSharedContextMidExecutionSetup() local
2326 apiState.getClientVersion(), false, true, true, true, false, in CaptureSharedContextMidExecutionSetup()
2327 EGL_CONTEXT_PRIORITY_MEDIUM_IMG, apiState.hasProtectedContent()); in CaptureSharedContextMidExecutionSetup()
2336 const gl::BufferManager &buffers = apiState.getBufferManagerForCapture(); in CaptureSharedContextMidExecutionSetup()
2422 const gl::TextureManager &textures = apiState.getTextureManagerForCapture(); in CaptureSharedContextMidExecutionSetup()
2594 const gl::PixelUnpackState &unpack = apiState.getUnpackState(); in CaptureSharedContextMidExecutionSetup()
2624 const gl::RenderbufferManager &renderbuffers = apiState.getRenderbufferManagerForCapture(); in CaptureSharedContextMidExecutionSetup()
2656 apiState.getShaderProgramManagerForCapture(); in CaptureSharedContextMidExecutionSetup()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_impl.h727 const API_STATE& apiState,
732 workerId(_workerId), work(Work), coeffs(Coeffs), state(apiState), psState(apiState.psState),