/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/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 | 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 | 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_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 | 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 | 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_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 …]
|
/external/fio/ |
D | gclient.c | 117 struct gfio_client *gc = client->client_data; in gfio_text_op() local 175 struct gfio_client *gc, struct cmd_du_pdu *p) in __gfio_disk_util_show() 242 static int gfio_disk_util_show(struct gfio_client *gc) in gfio_disk_util_show() 266 struct gfio_client *gc = client->client_data; in gfio_disk_util_op() local 346 struct gfio_client *gc = client->client_data; local 538 struct gfio_client *gc = client->client_data; local 570 struct gfio_client *gc = client->client_data; local 577 static struct thread_options *gfio_client_add_job(struct gfio_client *gc, 593 struct gfio_client *gc = client->client_data; local 641 struct gfio_client *gc = client->client_data; local [all …]
|
/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/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/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 | 46 WebCanvas* ToWebCanvas(GraphicsContext* gc) in ToWebCanvas() 76 …virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, … in paintContents() 139 void PageOverlay::paintWebFrame(GraphicsContext& gc) in paintWebFrame()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarThemeAura.cpp | 72 void ScrollbarThemeAura::paintTrackPiece(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, cons… in paintTrackPiece() 90 void ScrollbarThemeAura::paintButton(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, const In… in paintButton() 133 void ScrollbarThemeAura::paintThumb(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, const Int… in paintThumb()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | FontHarfBuzz.cpp | 56 static SkPaint textFillPaint(GraphicsContext* gc, const SimpleFontData* font) in textFillPaint() 65 static SkPaint textStrokePaint(GraphicsContext* gc, const SimpleFontData* font, bool isFilling) in textStrokePaint() 86 static void paintGlyphs(GraphicsContext* gc, const SimpleFontData* font, in paintGlyphs() 104 static void paintGlyphsHorizontal(GraphicsContext* gc, const SimpleFontData* font, in paintGlyphsHorizontal() 121 void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, in drawGlyphs() 202 void Font::drawTextBlob(GraphicsContext* gc, const SkTextBlob* blob, const SkPoint& origin) const in drawTextBlob() 222 float Font::drawComplexText(GraphicsContext* gc, const TextRunPaintInfo& runInfo, const FloatPoint&… in drawComplexText()
|