/external/mesa3d/src/glx/ |
D | applegl_glx.c | 46 applegl_destroy_context(struct glx_context *gc) in applegl_destroy_context() 52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, in applegl_bind_context() 70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) in applegl_unbind_context() 93 applegl_wait_gl(struct glx_context *gc) in applegl_wait_gl() 99 applegl_wait_x(struct glx_context *gc) in applegl_wait_x() 128 struct glx_context *gc; in applegl_create_context() local
|
D | indirect_glx.c | 50 indirect_destroy_context(struct glx_context *gc) in indirect_destroy_context() 134 indirect_bind_context(struct glx_context *gc, struct glx_context *old, in indirect_bind_context() 177 indirect_unbind_context(struct glx_context *gc, struct glx_context *new) in indirect_unbind_context() 196 indirect_wait_gl(struct glx_context *gc) in indirect_wait_gl() 215 indirect_wait_x(struct glx_context *gc) in indirect_wait_x() 233 indirect_use_x_font(struct glx_context *gc, in indirect_use_x_font() 262 struct glx_context *gc = __glXGetCurrentContext(); in indirect_bind_tex_image() local 313 struct glx_context *gc = __glXGetCurrentContext(); in indirect_release_tex_image() local 365 struct glx_context *gc; in indirect_create_context() local
|
D | clientattrib.c | 42 struct glx_context *gc = __glXGetCurrentContext(); in do_enable_disable() local 72 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPushClientAttrib() local 104 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPopClientAttrib() local 134 __glFreeAttributeState(struct glx_context * gc) in __glFreeAttributeState()
|
D | indirect_vertex_array.c | 112 __glXFreeVertexArrayState(struct glx_context * gc) in __glXFreeVertexArrayState() 140 __glXInitVertexArrayState(struct glx_context * gc) in __glXInitVertexArrayState() 527 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none() local 589 emit_DrawArrays_header_old(struct glx_context * gc, in emit_DrawArrays_header_old() 698 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_old() local 760 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_none() local 827 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_old() local 915 validate_mode(struct glx_context * gc, GLenum mode) in validate_mode() 948 validate_count(struct glx_context * gc, GLsizei count) in validate_count() 967 validate_type(struct glx_context * gc, GLenum type) in validate_type() [all …]
|
D | indirect_vertex_program.c | 40 struct glx_context *gc = __glXGetCurrentContext(); in do_vertex_attrib_enable() local 68 struct glx_context *const gc = __glXGetCurrentContext(); in get_parameter() local 125 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribPointerv() local 180 get_vertex_attrib(struct glx_context * gc, unsigned vop, in get_vertex_attrib() 198 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribiv() local 232 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribfv() local 266 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribdv() local
|
D | pixelstore.c | 50 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, in send_PixelStore() 71 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStoref() local 221 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStorei() local
|
D | glxcmds.c | 258 glx_context_init(struct glx_context *gc, in glx_context_init() 324 struct glx_context *gc; in CreateContext() local 493 struct glx_context *gc = (struct glx_context *) ctx; in glXDestroyContext() local 561 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitGL() local 574 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitX() local 583 struct glx_context *gc = __glXGetCurrentContext(); in glXUseXFont() local 602 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local 613 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local 663 struct glx_context *gc = (struct glx_context *) gc_user; in glXIsDirect() local 822 struct glx_context * gc = __glXGetCurrentContext(); in glXSwapBuffers() local [all …]
|
D | glxcurrent.c | 164 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDrawable() local 177 struct glx_context *gc = (struct glx_context *) gc_user; in MakeContextCurrent() local 253 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent()
|
D | single2.c | 155 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) in get_client_data() 645 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetString() local 836 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetPointerv() local 884 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glAreTexturesResident() local 915 struct glx_context *const gc = __glXGetCurrentContext(); in glAreTexturesResidentEXT() local 925 struct glx_context *const gc = __glXGetCurrentContext(); in glAreTexturesResidentEXT() local
|
D | query_renderer.c | 107 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererIntegerMESA() local 167 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererStringMESA() local
|
/external/perfetto/src/profiling/common/ |
D | profiler_guardrails_unittest.cc | 47 GuardrailConfig gc; in TEST() local 67 GuardrailConfig gc; in TEST() local 96 GuardrailConfig gc; in TEST() local 123 GuardrailConfig gc; in TEST() local
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 293 PyGC_Head *gc; in gc_list_size() local 307 PyGC_Head *gc; in append_objects() local 329 PyGC_Head *gc = containers->gc.gc_next; in update_refs() local 361 PyGC_Head *gc = AS_GC(op); in visit_decref() local 382 PyGC_Head *gc = containers->gc.gc_next; in subtract_refs() local 396 PyGC_Head *gc = AS_GC(op); in visit_reachable() local 445 PyGC_Head *gc = young->gc.gc_next; in move_unreachable() local 522 PyGC_Head *next, *gc = head->gc.gc_next; in untrack_dicts() local 539 PyGC_Head *gc; in move_finalizers() local 564 PyGC_Head *gc = AS_GC(op); in visit_move() local [all …]
|
/external/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 42 glx_context_init(struct glx_context *gc, in glx_context_init() 411 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 424 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 439 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 454 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 467 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 482 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 498 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 511 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local
|
D | fake_glx_screen.h | 95 static void destroy(struct glx_context *gc) in destroy() 97 delete gc; in destroy() local
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 311 PyGC_Head *gc; in gc_list_size() local 323 PyGC_Head *gc; in gc_list_clear_collecting() local 335 PyGC_Head *gc; in append_objects() local 386 PyGC_Head *gc = GC_NEXT(head); in validate_list() local 412 PyGC_Head *gc = GC_NEXT(containers); in update_refs() local 444 PyGC_Head *gc = AS_GC(op); in visit_decref() local 465 PyGC_Head *gc = GC_NEXT(containers); in subtract_refs() local 483 PyGC_Head *gc = AS_GC(op); in visit_reachable() local 553 PyGC_Head *gc = GC_NEXT(young); in move_unreachable() local 625 PyGC_Head *next, *gc = GC_NEXT(head); in untrack_tuples() local [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | symbol-ordering-file-warnings.s | 124 .global gc symbol 125 gc: label
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_stereo.c | 55 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffer() local 90 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffers() local
|
D | apple_xgl_api_read.c | 53 struct glx_context *gc = __glXGetCurrentContext(); in SetRead() local 86 struct glx_context *gc = __glXGetCurrentContext(); in UnsetRead() local
|
/external/aac/libFDK/src/ |
D | FDK_qmf_domain.cpp | 262 HANDLE_FDK_QMF_DOMAIN_GC gc = &qd->globalConf; in FDK_QmfDomain_AllocatePersistentMemory() local 388 HANDLE_FDK_QMF_DOMAIN_GC gc = &hqd->globalConf; in FDK_QmfDomain_ClearPersistentMemory() local 490 HANDLE_FDK_QMF_DOMAIN_GC gc = &qd->globalConf; in FDK_QmfDomain_InitFilterBank() local 571 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_SaveOverlap() local 606 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_GetSlot() local 690 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_WorkBuffer2ProcChannel() local 725 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_QmfData2HBE() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | AstroTest.java | 38 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0, "UTC")); in TestSolarLongitude() local 92 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0, "UTC")); in TestLunarPosition() local 359 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0,"GMT")); in TestMoonAge() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | AstroTest.java | 41 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0, "UTC")); in TestSolarLongitude() local 95 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0, "UTC")); in TestLunarPosition() local 362 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0,"GMT")); in TestMoonAge() local
|
/external/python/cpython3/Include/internal/ |
D | pycore_object.h | 36 PyGC_Head *gc = _Py_AS_GC(op); in _PyObject_GC_TRACK_impl() local 70 PyGC_Head *gc = _Py_AS_GC(op); in _PyObject_GC_UNTRACK_impl() local
|
/external/python/cffi/doc/source/ |
D | ref.rst | 450 .. __: http://bugs.python.org/issue31105 451 .. __: https://bitbucket.org/cffi/cffi/issues/340/resources-release-issues 454 .. _ffi-new-handle: 455 .. _ffi-from-handle:
|
/external/icu/icu4c/source/test/intltest/ |
D | astrotst.h | 47 Calendar *gc; variable
|
/external/icu/icu4c/source/samples/datecal/ |
D | cal.cpp | 26 GregorianCalendar* gc = new GregorianCalendar(status); in cpp_main() local
|