Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFrameCapture.cpp1743 const gl::State &apiState = context->getState(); in CaptureMidExecutionSetup() local
1744 gl::State replayState(nullptr, nullptr, nullptr, EGL_OPENGL_ES_API, apiState.getClientVersion(), in CaptureMidExecutionSetup()
1754 const gl::BufferManager &buffers = apiState.getBufferManagerForCapture(); in CaptureMidExecutionSetup()
1755 const gl::BoundBufferMap &boundBuffers = apiState.getBoundBuffersForCapture(); in CaptureMidExecutionSetup()
1802 apiState.getVertexAttribCurrentValues(); in CaptureMidExecutionSetup()
1838 const gl::VertexArray *currentVertexArray = apiState.getVertexArray(); in CaptureMidExecutionSetup()
1870 const gl::TextureManager &textures = apiState.getTextureManagerForCapture(); in CaptureMidExecutionSetup()
1871 const gl::TextureBindingMap &boundTextures = apiState.getBoundTexturesForCapture(); in CaptureMidExecutionSetup()
2040 const gl::PixelUnpackState &unpack = apiState.getUnpackState(); in CaptureMidExecutionSetup()
2097 size_t stateActiveTexture = apiState.getActiveSampler(); in CaptureMidExecutionSetup()
[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),