Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp65 class ScopedGLState : angle::NonCopyable class
73 ScopedGLState() {} in ScopedGLState() function in rx::__anon4b2ae3e20111::ScopedGLState
75 ~ScopedGLState() { ASSERT(mExited); } in ~ScopedGLState()
352 ScopedGLState scopedState; in copySubImageToLUMAWorkaroundTexture()
530 ScopedGLState scopedState; in blitColorBufferWithShader()
531 ANGLE_TRY(scopedState.enter(context, destArea, ScopedGLState::KEEP_SCISSOR)); in blitColorBufferWithShader()
626 ScopedGLState scopedState; in copySubTexture()
1049 ScopedGLState scopedState; in generateSRGBMipmap()