Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp378 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()
395 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
400 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp381 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()
397 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
402 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/src/gpu/
DGrDirectContext.cpp1003 GrGLFunction<GrGLGetErrorFn> fGetError; in make_get_error_with_random_oom() member
1012 errorContext->fGetError = original; in make_get_error_with_random_oom()
1015 GrGLenum error = errorContext->fGetError(); in make_get_error_with_random_oom()
1030 copy->fFunctions.fGetError = in MakeGL()
1031 make_get_error_with_random_oom(glInterface->fFunctions.fGetError); in MakeGL()
/external/skqp/src/gpu/gl/
DGrGLUtil.h258 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError()
DGrGLInterface.cpp77 !fFunctions.fGetError || in validate()
DGrGLTestInterface.cpp90 fFunctions.fGetError = bind_to_member(this, &GrGLTestInterface::getError); in GrGLTestInterface()
/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp42 GrGLenum error = fFunctions.fGetError(); in checkError()
127 !fFunctions.fGetError || in validate()
DGrGLGpu.cpp4060 GrGLenum error = this->fGLContext->glInterface()->fFunctions.fGetError(); in getErrorAndCheckForOOM()
/external/skia/tools/gpu/gl/interface/
Dtemplates.go264 GrGLenum error = fFunctions.fGetError();
/external/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()
/external/skia/include/gpu/gl/
DGrGLInterface.h171 GrGLFunction<GrGLGetErrorFn> fGetError; member
/external/skqp/include/gpu/gl/
DGrGLInterface.h155 GrGLFunction<GrGLGetErrorFn> fGetError; member
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp69 auto error = fContext->gl()->fFunctions.fGetError(); \