Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp254 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()
271 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
276 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp385 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()
401 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
406 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/third_party/skia/src/gpu/
DGrDirectContext.cpp1082 GrGLFunction<GrGLGetErrorFn> fGetError; in make_get_error_with_random_oom() member
1091 errorContext->fGetError = original; in make_get_error_with_random_oom()
1094 GrGLenum error = errorContext->fGetError(); in make_get_error_with_random_oom()
1109 copy->fFunctions.fGetError = in MakeGL()
1110 make_get_error_with_random_oom(glInterface->fFunctions.fGetError); in MakeGL()
/third_party/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp42 GrGLenum error = fFunctions.fGetError(); in checkError()
127 !fFunctions.fGetError || in validate()
DGrGLGpu.cpp4090 GrGLenum error = this->fGLContext->glInterface()->fFunctions.fGetError(); in getErrorAndCheckForOOM()
/third_party/skia/tools/gpu/gl/interface/
Dtemplates.go264 GrGLenum error = fFunctions.fGetError();
/third_party/skia/tests/
DVkHardwareBufferTest.cpp221 while (fGLCtx->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in importHardwareBuffer()
241 if (fGLCtx->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in importHardwareBuffer()
247 if (GrGLenum error = fGLCtx->gl()->fFunctions.fGetError(); error != GR_GL_NO_ERROR) { in importHardwareBuffer()
/third_party/skia/include/gpu/gl/
DGrGLInterface.h171 GrGLFunction<GrGLGetErrorFn> fGetError; member