/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 21 #define ASSIGN(NAME, FP) \ macro 34 ASSIGN("glBlendFunc", blendFunc); in initProcsDesktopGL() 35 ASSIGN("glClear", clear); in initProcsDesktopGL() 36 ASSIGN("glClearColor", clearColor); in initProcsDesktopGL() 37 ASSIGN("glClearDepth", clearDepth); in initProcsDesktopGL() 38 ASSIGN("glClearStencil", clearStencil); in initProcsDesktopGL() 39 ASSIGN("glColorMask", colorMask); in initProcsDesktopGL() 40 ASSIGN("glCullFace", cullFace); in initProcsDesktopGL() 41 ASSIGN("glDepthFunc", depthFunc); in initProcsDesktopGL() 42 ASSIGN("glDepthMask", depthMask); in initProcsDesktopGL() [all …]
|
D | FunctionsGL.cpp | 96 #define ASSIGN(NAME, FP) *reinterpret_cast<void **>(&FP) = loadProcAddress(NAME) macro 105 ASSIGN("glGetString", getString); in initialize() 106 ASSIGN("glGetIntegerv", getIntegerv); in initialize() 112 ASSIGN("glGetStringi", getStringi); in initialize() 243 ASSIGN("glGetString", getString); in initializeDummyFunctionsForNULLDriver() 244 ASSIGN("glGetStringi", getStringi); in initializeDummyFunctionsForNULLDriver() 245 ASSIGN("glGetIntegerv", getIntegerv); in initializeDummyFunctionsForNULLDriver() 246 ASSIGN("glGetIntegeri_v", getIntegeri_v); in initializeDummyFunctionsForNULLDriver() 255 ASSIGN("glGetInternalformativ", getInternalformativ); in initializeDummyFunctionsForNULLDriver() 260 ASSIGN("glGetInternalformati64v", getInternalformati64v); in initializeDummyFunctionsForNULLDriver() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 20 #define ASSIGN(NAME, FP) \ macro 36 ASSIGN("glClearDepthf", clearDepthf); in initProcsDesktopGL() 37 ASSIGN("glDepthRangef", depthRangef); in initProcsDesktopGL() 38 ASSIGN("glGetShaderPrecisionFormat", getShaderPrecisionFormat); in initProcsDesktopGL() 39 ASSIGN("glReleaseShaderCompiler", releaseShaderCompiler); in initProcsDesktopGL() 40 ASSIGN("glShaderBinary", shaderBinary); in initProcsDesktopGL() 45 ASSIGN("glMemoryBarrierByRegion", memoryBarrierByRegion); in initProcsDesktopGL() 50 ASSIGN("glPrimitiveBoundingBoxARB", primitiveBoundingBox); in initProcsDesktopGL() 55 ASSIGN("glDrawArraysInstancedBaseInstance", drawArraysInstancedBaseInstance); in initProcsDesktopGL() 56 ASSIGN("glDrawElementsInstancedBaseInstance", drawElementsInstancedBaseInstance); in initProcsDesktopGL() [all …]
|
D | FunctionsGL.cpp | 96 #define ASSIGN(NAME, FP) FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME)) macro 105 ASSIGN("glGetString", getString); in initialize() 106 ASSIGN("glGetIntegerv", getIntegerv); in initialize() 112 ASSIGN("glGetStringi", getStringi); in initialize() 243 ASSIGN("glGetString", getString); in initializeStubFunctionsForNULLDriver() 244 ASSIGN("glGetStringi", getStringi); in initializeStubFunctionsForNULLDriver() 245 ASSIGN("glGetIntegerv", getIntegerv); in initializeStubFunctionsForNULLDriver() 246 ASSIGN("glGetIntegeri_v", getIntegeri_v); in initializeStubFunctionsForNULLDriver() 255 ASSIGN("glGetInternalformativ", getInternalformativ); in initializeStubFunctionsForNULLDriver() 260 ASSIGN("glGetInternalformati64v", getInternalformati64v); in initializeStubFunctionsForNULLDriver() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
D | regengine.inc | 699 ASSIGN(fresh, st); 747 ASSIGN(tmp, st); 748 ASSIGN(st, fresh); 832 ASSIGN(tmp, st); 833 ASSIGN(st, empty);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
D | regengine.inc | 699 ASSIGN(fresh, st); 747 ASSIGN(tmp, st); 748 ASSIGN(st, fresh); 832 ASSIGN(tmp, st); 833 ASSIGN(st, empty);
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.h | 142 {ASSIGN, OperatorType::kRecElmWiseOp},
|
/third_party/curl/lib/ |
D | setup-vms.h | 56 #define sys$assign SYS$ASSIGN
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 5020 #define ASSIGN(dst, src) \ macro 5047 BORDER_COLOR_ATTR(ASSIGN, 32bit, color.ui); 5086 BORDER_COLOR_ATTR(ASSIGN, 32bit, c); 5094 BORDER_COLOR_ATTR(ASSIGN, Float, color.f); 5113 BORDER_COLOR_ATTR(ASSIGN, Float, color.f); 5115 BORDER_COLOR_ATTR(ASSIGN, , color.f); 5117 BORDER_COLOR_ATTR(ASSIGN, Float, color.f); 5120 #undef ASSIGN
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 335 constexpr char ASSIGN[] = "Assign"; variable
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_auto_parallel.cc | 148 ASSIGN, ASSIGN_ADD, ATAN2, in IsElementWiseOperator() 171 …BESSELI0E, BESSELI1E, FLOORMOD, ASSIGN, ASSIGN_ADD, ATAN2, DIVNONAN, LOGICALAND, LOGICALOR, ELU, R… in IsSplittableOperator()
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | cpp_slex_lexer.hpp | 205 TOKEN_DATA(ASSIGN, "="),
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 2482 #define ASSIGN(dst, src) \ in crocus_upload_border_color() macro 2509 BORDER_COLOR_ATTR(ASSIGN, 32bit, color->ui); in crocus_upload_border_color() 2547 BORDER_COLOR_ATTR(ASSIGN, 32bit, c); in crocus_upload_border_color() 2555 BORDER_COLOR_ATTR(ASSIGN, Float, color->f); in crocus_upload_border_color() 2574 BORDER_COLOR_ATTR(ASSIGN, Float, color->f); in crocus_upload_border_color() 2577 BORDER_COLOR_ATTR(ASSIGN, , color->f); in crocus_upload_border_color() 2579 BORDER_COLOR_ATTR(ASSIGN, Float, color->f); in crocus_upload_border_color() 2582 #undef ASSIGN in crocus_upload_border_color()
|
/third_party/python/Doc/library/ |
D | re.rst | 1643 ('ASSIGN', r':='), # Assignment operator 1688 Token(type='ASSIGN', value=':=', line=3, column=14) 1696 Token(type='ASSIGN', value=':=', line=4, column=12)
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 630 ASSIGN
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 630 ASSIGN
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 151890 #undef ASSIGN
|