Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp194 dContext->resetContext(kTextureBinding_GrGLBackendState); in rebind()
256 dContext->resetContext(kTextureBinding_GrGLBackendState); in make_gl_backend_texture()
/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferUtils.cpp194 grContext->resetContext(kTextureBinding_GrGLBackendState); in rebind()
256 context->resetContext(kTextureBinding_GrGLBackendState); in make_gl_backend_texture()
/third_party/skia/include/gpu/
DGrTypes.h166 kTextureBinding_GrGLBackendState = 1 << 1, enumerator
/third_party/flutter/skia/include/gpu/
DGrTypes.h255 kTextureBinding_GrGLBackendState = 1 << 1, enumerator
/third_party/flutter/skia/tests/
DVkHardwareBufferTest.cpp251 fGrContext->resetContext(kTextureBinding_GrGLBackendState); in importHardwareBuffer()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp252 fDirectContext->resetContext(kTextureBinding_GrGLBackendState); in importHardwareBuffer()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp593 if (resetBits & kTextureBinding_GrGLBackendState) { in onResetContext()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp560 if (resetBits & kTextureBinding_GrGLBackendState) { in onResetContext()