Home
last modified time | relevance | path

Searched defs:gc (Results 1 – 25 of 174) sorted by relevance

1234567

/external/mesa3d/src/glx/
Dapplegl_glx.c46 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
Dindirect_glx.c50 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
Dclientattrib.c42 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()
Dindirect_vertex_array.c112 __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 …]
Dindirect_vertex_program.c40 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
Dpixelstore.c50 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
Dglxcmds.c258 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 …]
Dglxcurrent.c164 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()
Dsingle2.c155 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
Dquery_renderer.c107 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererIntegerMESA() local
167 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererStringMESA() local
/external/perfetto/src/profiling/common/
Dprofiler_guardrails_unittest.cc47 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/
Dgcmodule.c293 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/
Dcreate_context_unittest.cpp42 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
Dfake_glx_screen.h95 static void destroy(struct glx_context *gc) in destroy()
97 delete gc; in destroy() local
/external/python/cpython3/Modules/
Dgcmodule.c311 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/
Dsymbol-ordering-file-warnings.s124 .global gc symbol
125 gc: label
/external/mesa3d/src/glx/apple/
Dapple_xgl_api_stereo.c55 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffer() local
90 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffers() local
Dapple_xgl_api_read.c53 struct glx_context *gc = __glXGetCurrentContext(); in SetRead() local
86 struct glx_context *gc = __glXGetCurrentContext(); in UnsetRead() local
/external/aac/libFDK/src/
DFDK_qmf_domain.cpp262 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/
DAstroTest.java38 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/
DAstroTest.java41 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/
Dpycore_object.h36 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/
Dref.rst450 .. __: 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/
Dastrotst.h47 Calendar *gc; variable
/external/icu/icu4c/source/samples/datecal/
Dcal.cpp26 GregorianCalendar* gc = new GregorianCalendar(status); in cpp_main() local

1234567