Home
last modified time | relevance | path

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

123456

/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()
159 indirect_unbind_context(struct glx_context *gc, struct glx_context *new) in indirect_unbind_context()
178 indirect_wait_gl(struct glx_context *gc) in indirect_wait_gl()
197 indirect_wait_x(struct glx_context *gc) in indirect_wait_x()
215 indirect_use_x_font(struct glx_context *gc, in indirect_use_x_font()
244 struct glx_context *gc = __glXGetCurrentContext(); in indirect_bind_tex_image() local
295 struct glx_context *gc = __glXGetCurrentContext(); in indirect_release_tex_image() local
347 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.c259 glx_context_init(struct glx_context *gc, in glx_context_init()
287 struct glx_context *gc; in CreateContext() local
454 struct glx_context *gc = (struct glx_context *) ctx; in glXDestroyContext() local
522 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitGL() local
535 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitX() local
544 struct glx_context *gc = __glXGetCurrentContext(); in glXUseXFont() local
563 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local
574 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local
660 struct glx_context *gc = (struct glx_context *) gc_user; in glXIsDirect() local
819 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
258 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
Dpixel.c83 FillBitmap(struct glx_context * gc, GLint width, GLint height, in FillBitmap()
164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, in __glFillImage()
271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height, in EmptyBitmap()
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, in __glEmptyImage()
Dcreate_context.c44 struct glx_context *gc = NULL; in glXCreateContextAttribsARB() local
/external/python/cpython3/Modules/
Dgcmodule.c204 PyGC_Head *gc; in gc_list_size() local
218 PyGC_Head *gc; in append_objects() local
240 PyGC_Head *gc = containers->gc.gc_next; in update_refs() local
272 PyGC_Head *gc = AS_GC(op); in visit_decref() local
293 PyGC_Head *gc = containers->gc.gc_next; in subtract_refs() local
307 PyGC_Head *gc = AS_GC(op); in visit_reachable() local
356 PyGC_Head *gc = young->gc.gc_next; in move_unreachable() local
411 PyGC_Head *next, *gc = head->gc.gc_next; in untrack_dicts() local
435 PyGC_Head *gc; in move_legacy_finalizers() local
460 PyGC_Head *gc = AS_GC(op); in visit_move() local
[all …]
/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/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
Dapple_xgl_api_viewport.c41 struct glx_context *gc = __glXGetCurrentContext(); in __applegl_glViewport() local
/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/aac/libFDK/src/
DFDK_qmf_domain.cpp267 HANDLE_FDK_QMF_DOMAIN_GC gc = &qd->globalConf; in FDK_QmfDomain_AllocatePersistentMemory() local
393 HANDLE_FDK_QMF_DOMAIN_GC gc = &hqd->globalConf; in FDK_QmfDomain_ClearPersistentMemory() local
495 HANDLE_FDK_QMF_DOMAIN_GC gc = &qd->globalConf; in FDK_QmfDomain_InitFilterBank() local
576 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_SaveOverlap() local
611 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_GetSlot() local
695 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_WorkBuffer2ProcChannel() local
730 HANDLE_FDK_QMF_DOMAIN_GC gc = qd_ch->pGlobalConf; in FDK_QmfDomain_QmfData2HBE() local
/external/icu/icu4c/source/test/intltest/
Dastrotst.h47 Calendar *gc; variable
/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/Lib/test/libregrtest/
Dsetup.py11 gc = None variable
/external/icu/icu4c/source/samples/datecal/
Dcal.cpp26 GregorianCalendar* gc = new GregorianCalendar(status); in cpp_main() local

123456