/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | indirect.c | 93 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim, in __glXReadPixelReply() 137 __glXSetupSingleRequest( struct glx_context * gc, GLint sop, GLint cmdlen ) in __glXSetupSingleRequest() 152 __glXSetupVendorRequest( struct glx_context * gc, GLint code, GLint vop, GLint cmdlen ) in __glXSetupVendorRequest() 183 struct glx_context * const gc = __glXGetCurrentContext(); in generic_3_byte() local 195 struct glx_context * const gc = __glXGetCurrentContext(); in generic_4_byte() local 207 struct glx_context * const gc = __glXGetCurrentContext(); in generic_6_byte() local 219 struct glx_context * const gc = __glXGetCurrentContext(); in generic_8_byte() local 231 struct glx_context * const gc = __glXGetCurrentContext(); in generic_12_byte() local 243 struct glx_context * const gc = __glXGetCurrentContext(); in generic_16_byte() local 255 struct glx_context * const gc = __glXGetCurrentContext(); in generic_24_byte() local [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | GregorianCalendarTest.java | 45 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13); in test_ConstructorIII() local 62 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, in test_ConstructorIIIII() local 91 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, in test_ConstructorIIIIII() local 147 GregorianCalendar gc = new GregorianCalendar(timezone); in test_ConstructorLjava_util_TimeZone() local 322 GregorianCalendar gc = new GregorianCalendar(); in test_getActualMaximumI() local 371 GregorianCalendar gc = new GregorianCalendar(); in test_getGreatestMinimumI() local 397 GregorianCalendar gc = new GregorianCalendar(); in test_getGregorianChange() local 414 GregorianCalendar gc = new GregorianCalendar(); in test_getLeastMaximumI() local 451 GregorianCalendar gc = new GregorianCalendar(); in test_getMaximumI() local 480 GregorianCalendar gc = new GregorianCalendar(); in test_getMinimumI() local [all …]
|
/external/chromium_org/third_party/mesa/src/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 | clientattrib.c | 42 struct glx_context *gc = __glXGetCurrentContext(); in do_enable_disable() local 72 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPushClientAttrib() local 100 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPopClientAttrib() local 130 __glFreeAttributeState(struct glx_context * gc) in __glFreeAttributeState()
|
D | indirect_glx.c | 44 indirect_destroy_context(struct glx_context *gc) in indirect_destroy_context() 128 indirect_bind_context(struct glx_context *gc, struct glx_context *old, in indirect_bind_context() 162 indirect_unbind_context(struct glx_context *gc, struct glx_context *new) in indirect_unbind_context() 183 indirect_wait_gl(struct glx_context *gc) in indirect_wait_gl() 202 indirect_wait_x(struct glx_context *gc) in indirect_wait_x() 220 indirect_use_x_font(struct glx_context *gc, in indirect_use_x_font() 249 struct glx_context *gc = __glXGetCurrentContext(); in indirect_bind_tex_image() local 300 struct glx_context *gc = __glXGetCurrentContext(); in indirect_release_tex_image() local 348 struct glx_context *gc; in indirect_create_context() local
|
D | indirect_vertex_array.c | 112 __glXFreeVertexArrayState(struct glx_context * gc) in __glXFreeVertexArrayState() 147 __glXInitVertexArrayState(struct glx_context * gc) in __glXInitVertexArrayState() 490 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none() local 552 emit_DrawArrays_header_old(struct glx_context * gc, in emit_DrawArrays_header_old() 661 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_old() local 723 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_none() local 790 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_old() local 878 validate_mode(struct glx_context * gc, GLenum mode) in validate_mode() 911 validate_count(struct glx_context * gc, GLsizei count) in validate_count() 930 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_glGetVertexAttribPointervNV() local 180 get_vertex_attrib(struct glx_context * gc, unsigned vop, in get_vertex_attrib() 198 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribivARB() local 232 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribfvARB() local 266 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribdvARB() local
|
D | pixelstore.c | 49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, in send_PixelStore() 70 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStoref() local 220 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStorei() local
|
D | glxcmds.c | 230 glx_context_init(struct glx_context *gc, in glx_context_init() 258 struct glx_context *gc; in CreateContext() local 407 struct glx_context *gc = (struct glx_context *) ctx; in glXDestroyContext() local 475 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitGL() local 488 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitX() local 497 struct glx_context *gc = __glXGetCurrentContext(); in glXUseXFont() local 516 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local 527 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local 632 struct glx_context *gc = (struct glx_context *) gc_user; in glXIsDirect() local 785 struct glx_context * gc = __glXGetCurrentContext(); in glXSwapBuffers() local [all …]
|
D | glxcurrent.c | 185 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDrawable() local 213 struct glx_context *gc = (struct glx_context *) gc_user; in MakeContextCurrent() local 301 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent()
|
/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 | clientattrib.c | 42 struct glx_context *gc = __glXGetCurrentContext(); in do_enable_disable() local 72 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPushClientAttrib() local 100 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPopClientAttrib() local 130 __glFreeAttributeState(struct glx_context * gc) in __glFreeAttributeState()
|
D | indirect_glx.c | 44 indirect_destroy_context(struct glx_context *gc) in indirect_destroy_context() 128 indirect_bind_context(struct glx_context *gc, struct glx_context *old, in indirect_bind_context() 162 indirect_unbind_context(struct glx_context *gc, struct glx_context *new) in indirect_unbind_context() 183 indirect_wait_gl(struct glx_context *gc) in indirect_wait_gl() 202 indirect_wait_x(struct glx_context *gc) in indirect_wait_x() 220 indirect_use_x_font(struct glx_context *gc, in indirect_use_x_font() 249 struct glx_context *gc = __glXGetCurrentContext(); in indirect_bind_tex_image() local 300 struct glx_context *gc = __glXGetCurrentContext(); in indirect_release_tex_image() local 348 struct glx_context *gc; in indirect_create_context() local
|
D | indirect_vertex_array.c | 112 __glXFreeVertexArrayState(struct glx_context * gc) in __glXFreeVertexArrayState() 147 __glXInitVertexArrayState(struct glx_context * gc) in __glXInitVertexArrayState() 490 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none() local 552 emit_DrawArrays_header_old(struct glx_context * gc, in emit_DrawArrays_header_old() 661 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_old() local 723 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_none() local 790 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_old() local 878 validate_mode(struct glx_context * gc, GLenum mode) in validate_mode() 911 validate_count(struct glx_context * gc, GLsizei count) in validate_count() 930 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_glGetVertexAttribPointervNV() local 180 get_vertex_attrib(struct glx_context * gc, unsigned vop, in get_vertex_attrib() 198 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribivARB() local 232 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribfvARB() local 266 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribdvARB() local
|
D | pixelstore.c | 49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, in send_PixelStore() 70 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStoref() local 220 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStorei() local
|
D | glxcmds.c | 230 glx_context_init(struct glx_context *gc, in glx_context_init() 258 struct glx_context *gc; in CreateContext() local 407 struct glx_context *gc = (struct glx_context *) ctx; in glXDestroyContext() local 475 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitGL() local 488 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitX() local 497 struct glx_context *gc = __glXGetCurrentContext(); in glXUseXFont() local 516 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local 527 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext() local 632 struct glx_context *gc = (struct glx_context *) gc_user; in glXIsDirect() local 785 struct glx_context * gc = __glXGetCurrentContext(); in glXSwapBuffers() local [all …]
|
D | glxcurrent.c | 185 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDrawable() local 213 struct glx_context *gc = (struct glx_context *) gc_user; in MakeContextCurrent() local 301 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent()
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
D | apple_xgl_api_stereo.c | 54 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffer() local 89 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffersARB() local
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_stereo.c | 54 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffer() local 89 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffersARB() local
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 47 public static final void drawStringCV(GC gc, String text, int x, int y, int width, int height) { in drawStringCV() 62 public static final void drawStringCHCV(GC gc, String text, int x, int y, int width, int height) { in drawStringCHCV() 76 public static final void drawImageCV(GC gc, Image image, int x, int y, int height) { in drawImageCV() 86 public static final void drawImageCHCV(GC gc, Image image, int x, int y, int width, int height) { in drawImageCHCV() 100 public static void drawScaledImage(GC gc, Image image, Rectangle targetRectangle) { in drawScaledImage() 130 public static String clipString(GC gc, String text, int width) { in clipString() 156 public static void drawTextWrap(GC gc, String text, int x, int y, int width, int height) { in drawTextWrap() 179 public static void drawHighlightRectangle(GC gc, int x, int y, int width, int height) { in drawHighlightRectangle() 236 GC gc = new GC(thumbnail); in getThubmnail() local
|
/external/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 44 glx_context_init(struct glx_context *gc, in glx_context_init() 409 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 422 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 437 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 452 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 465 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 480 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 496 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 509 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local
|
/external/chromium_org/third_party/mesa/src/src/glx/tests/ |
D | create_context_unittest.cpp | 44 glx_context_init(struct glx_context *gc, in glx_context_init() 409 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 422 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 437 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 452 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 465 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 480 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 496 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local 509 struct glx_context *gc = (struct glx_context *) ctx; in TEST_F() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageOverlay.cpp | 47 WebCanvas* ToWebCanvas(GraphicsContext* gc) in ToWebCanvas() 77 …virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, … in paintContents() 140 void PageOverlay::paintWebFrame(GraphicsContext& gc) in paintWebFrame()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarThemeGtkOrAura.cpp | 69 void ScrollbarThemeGtkOrAura::paintTrackPiece(GraphicsContext* gc, ScrollbarThemeClient* scrollbar,… in paintTrackPiece() 87 void ScrollbarThemeGtkOrAura::paintButton(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, con… in paintButton() 130 void ScrollbarThemeGtkOrAura::paintThumb(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, cons… in paintThumb()
|