Home
last modified time | relevance | path

Searched defs:errorHandler (Results 1 - 15 of 15) sorted by relevance

/third_party/node/lib/internal/modules/esm/
H A Dworker.js
/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp21 GrSkSLtoGLSL(const GrGLGpu* gpu, SkSL::ProgramKind programKind, const SkSL::String& sksl, const SkSL::Program::Settings& settings, SkSL::String* glsl, GrContextOptions::ShaderErrorHandler* errorHandler) GrSkSLtoGLSL() argument
55 GrGLCompileAndAttachShader(const GrGLContext& glCtx, GrGLuint programId, GrGLenum type, const SkSL::String& glsl, GrThreadSafePipelineBuilder::Stats* stats, GrContextOptions::ShaderErrorHandler* errorHandler) GrGLCompileAndAttachShader() argument
H A DGrGLProgramBuilder.cpp257 auto errorHandler = this->gpu()->getContext()->priv().getShaderErrorHandler(); in finalize() local
499 checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler, SkSL::String* sksl[], const SkSL::String glsl[]) checkLinkStatus() argument
563 auto errorHandler = dContext->priv().getShaderErrorHandler(); PrecompileProgram() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkUtil.cpp101 auto errorHandler = gpu->getContext()->priv().getShaderErrorHandler(); in GrCompileVkShaderModule() local
/third_party/glfw/src/
H A Dx11_init.c1081 static int errorHandler(Display *display, XErrorEvent* event) in errorHandler() function
H A Dx11_platform.h570 XErrorHandler errorHandler; member
/third_party/node/lib/
H A Devents.js
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp46 spirvbin_t::errorfn_t spirvbin_t::errorHandler = [](const std::string&) { exit(5); }; member in spv::spirvbin_t
H A DSPVRemapper.h278 static errorfn_t errorHandler; member in spv::spirvbin_t
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp151 auto errorHandler = fGpu->getContext()->priv().getShaderErrorHandler(); in compileD3DProgram() local
/third_party/python/Lib/xml/dom/
H A Dxmlbuilder.py40 errorHandler = None variable in Options
46 errorHandler = None variable in DOMBuilder
H A Dminidom.py1568 errorHandler = None variable in Document
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp939 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in SkSLToSPIRV() local
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp3146 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in createCopyProgram() local
3300 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in createMipmapProgram() local
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c4390 unicode_decode_call_errorhandler_wchar( const char *errors, PyObject **errorHandler, const char *encoding, const char *reason, const char **input, const char **inend, Py_ssize_t *startinpos, Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, wchar_t **buf, Py_ssize_t *bufsize, Py_ssize_t *outpos) unicode_decode_call_errorhandler_wchar() argument
4503 unicode_decode_call_errorhandler_writer( const char *errors, PyObject **errorHandler, const char *encoding, const char *reason, const char **input, const char **inend, Py_ssize_t *startinpos, Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, _PyUnicodeWriter *writer ) unicode_decode_call_errorhandler_writer() argument
4715 PyObject *errorHandler = NULL; PyUnicode_DecodeUTF7Stateful() local
5671 PyObject *errorHandler = NULL; PyUnicode_DecodeUTF32Stateful() local
5818 PyObject *errorHandler = NULL; _PyUnicode_EncodeUTF32() local
5982 PyObject *errorHandler = NULL; PyUnicode_DecodeUTF16Stateful() local
6140 PyObject *errorHandler = NULL; _PyUnicode_EncodeUTF16() local
6310 PyObject *errorHandler = NULL; _PyUnicode_DecodeUnicodeEscapeInternal() local
6719 PyObject *errorHandler = NULL; _PyUnicode_DecodeRawUnicodeEscapeStateful() local
6990 unicode_encode_call_errorhandler(const char *errors, PyObject **errorHandler, const char *encoding, const char *reason, PyObject *unicode, PyObject **exceptionObject, Py_ssize_t startpos, Py_ssize_t endpos, Py_ssize_t *newpos) unicode_encode_call_errorhandler() argument
7500 PyObject *errorHandler = NULL; decode_code_page_errors() local
7856 PyObject *errorHandler = NULL; encode_code_page_errors() local
8115 PyObject *errorHandler = NULL, *exc = NULL; charmap_decode_string() local
8234 PyObject *errorHandler = NULL, *exc = NULL; charmap_decode_mapping() local
8926 unicode_translate_call_errorhandler(const char *errors, PyObject **errorHandler, const char *reason, PyObject *unicode, PyObject **exceptionObject, Py_ssize_t startpos, Py_ssize_t endpos, Py_ssize_t *newpos) unicode_translate_call_errorhandler() argument
9203 PyObject *errorHandler = NULL; _PyUnicode_TranslateCharmap() local
[all...]

Completed in 34 milliseconds