/external/chromium_org/third_party/mesa/src/src/glx/ |
renderpix.c | 63 * \param gc Current GLX context 81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, 89 __glXSetError(gc, GL_OUT_OF_MEMORY); 95 (*gc->fillImage) (gc, dim, width, height, depth, format, type, 108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize); 136 if (!gc->currentDpy) 139 if (cmdlen <= gc->maxSmallRenderCommandSize) [all...] |
single2.c | 133 if (gc->error) { 135 retval = gc->error; 136 gc->error = GL_NO_ERROR; 157 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) 160 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 299 *data = (GLintptr) (gc->attributes.stackPointer - gc->attributes.stack); 347 if (get_client_data(gc, val, &data)) { 398 if (get_client_data(gc, val, &data)) { 449 if (get_client_data(gc, val, &data)) 647 struct glx_context *gc = __glXGetCurrentContext(); local 838 struct glx_context *gc = __glXGetCurrentContext(); local 886 struct glx_context *const gc = __glXGetCurrentContext(); local 942 struct glx_context *const gc = __glXGetCurrentContext(); local 952 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
indirect_vertex_program.c | 40 struct glx_context *gc = __glXGetCurrentContext(); local 41 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 45 __glXSetError(gc, GL_INVALID_ENUM); 68 struct glx_context *const gc = __glXGetCurrentContext(); local 69 Display *const dpy = gc->currentDpy; 73 GLubyte const *pc = __glXSetupVendorRequest(gc, 125 struct glx_context *const gc = __glXGetCurrentContext(); local 126 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 129 __glXSetError(gc, GL_INVALID_ENUM); 134 __glXSetError(gc, GL_INVALID_VALUE) 198 struct glx_context *const gc = __glXGetCurrentContext(); local 232 struct glx_context *const gc = __glXGetCurrentContext(); local 266 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
indirect_vertex_array.c | 87 static GLboolean validate_mode(struct glx_context * gc, GLenum mode); 88 static GLboolean validate_count(struct glx_context * gc, GLsizei count); 89 static GLboolean validate_type(struct glx_context * gc, GLenum type); 112 __glXFreeVertexArrayState(struct glx_context * gc) 114 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 135 * \param gc GLX context whose vertex array state is to be initialized. 147 __glXInitVertexArrayState(struct glx_context * gc) 149 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 182 if (__glExtensionBitIsEnabled(gc, GL_EXT_fog_coord_bit) 183 || (gc->server_major > 1) || (gc->server_minor >= 4)) 490 struct glx_context *gc = __glXGetCurrentContext(); local 661 struct glx_context *gc = __glXGetCurrentContext(); local 723 struct glx_context *gc = __glXGetCurrentContext(); local 790 struct glx_context *gc = __glXGetCurrentContext(); local 947 struct glx_context *gc = __glXGetCurrentContext(); local 966 struct glx_context *gc = __glXGetCurrentContext(); local 992 struct glx_context *gc = __glXGetCurrentContext(); local 1014 struct glx_context *gc = __glXGetCurrentContext(); local 1040 struct glx_context *gc = __glXGetCurrentContext(); local 1066 struct glx_context *gc = __glXGetCurrentContext(); local 1122 struct glx_context *gc = __glXGetCurrentContext(); local 1167 struct glx_context *gc = __glXGetCurrentContext(); local 1238 struct glx_context *gc = __glXGetCurrentContext(); local 1293 struct glx_context *gc = __glXGetCurrentContext(); local 1338 struct glx_context *gc = __glXGetCurrentContext(); local 1400 struct glx_context *gc = __glXGetCurrentContext(); local 1473 struct glx_context *gc = __glXGetCurrentContext(); local 1533 struct glx_context *gc = __glXGetCurrentContext(); local 1580 struct glx_context *gc = __glXGetCurrentContext(); local 1693 struct glx_context *gc = __glXGetCurrentContext(); local 1721 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
render2.c | 51 __glXSetError(gc, GL_INVALID_ENUM); 55 __glXSetError(gc, GL_INVALID_VALUE); 60 if (!gc->currentDpy) 63 if (cmdlen <= gc->maxSmallRenderCommandSize) { 94 __glXSetError(gc, GL_OUT_OF_MEMORY); 98 __glXSendLargeCommand(gc, pc, 32, buf, compsize); 103 __glXSendLargeCommand(gc, pc, 32, pnts, compsize); 118 __glXSetError(gc, GL_INVALID_ENUM); 122 __glXSetError(gc, GL_INVALID_VALUE); 127 if (!gc->currentDpy [all...] |
singlepix.c | 49 state = gc->client_state_private; 75 __glXSetError(gc, GL_OUT_OF_MEMORY); 82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row); 89 __glXSetError(gc, GL_OUT_OF_MEMORY); 96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column); 115 struct glx_context *const gc = __glXGetCurrentContext(); local 118 if (gc->isDirect) { 129 Display *const dpy = gc->currentDpy; 133 const __GLXattribute *const state = gc->client_state_private; 136 __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply [all...] |
/external/mesa3d/src/glx/ |
renderpix.c | 63 * \param gc Current GLX context 81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, 89 __glXSetError(gc, GL_OUT_OF_MEMORY); 95 (*gc->fillImage) (gc, dim, width, height, depth, format, type, 108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize); 136 if (!gc->currentDpy) 139 if (cmdlen <= gc->maxSmallRenderCommandSize) [all...] |
single2.c | 133 if (gc->error) { 135 retval = gc->error; 136 gc->error = GL_NO_ERROR; 157 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) 160 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 299 *data = (GLintptr) (gc->attributes.stackPointer - gc->attributes.stack); 347 if (get_client_data(gc, val, &data)) { 398 if (get_client_data(gc, val, &data)) { 449 if (get_client_data(gc, val, &data)) 647 struct glx_context *gc = __glXGetCurrentContext(); local 838 struct glx_context *gc = __glXGetCurrentContext(); local 886 struct glx_context *const gc = __glXGetCurrentContext(); local 942 struct glx_context *const gc = __glXGetCurrentContext(); local 952 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
indirect_vertex_program.c | 40 struct glx_context *gc = __glXGetCurrentContext(); local 41 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 45 __glXSetError(gc, GL_INVALID_ENUM); 68 struct glx_context *const gc = __glXGetCurrentContext(); local 69 Display *const dpy = gc->currentDpy; 73 GLubyte const *pc = __glXSetupVendorRequest(gc, 125 struct glx_context *const gc = __glXGetCurrentContext(); local 126 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 129 __glXSetError(gc, GL_INVALID_ENUM); 134 __glXSetError(gc, GL_INVALID_VALUE) 198 struct glx_context *const gc = __glXGetCurrentContext(); local 232 struct glx_context *const gc = __glXGetCurrentContext(); local 266 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
indirect_vertex_array.c | 87 static GLboolean validate_mode(struct glx_context * gc, GLenum mode); 88 static GLboolean validate_count(struct glx_context * gc, GLsizei count); 89 static GLboolean validate_type(struct glx_context * gc, GLenum type); 112 __glXFreeVertexArrayState(struct glx_context * gc) 114 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 135 * \param gc GLX context whose vertex array state is to be initialized. 147 __glXInitVertexArrayState(struct glx_context * gc) 149 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 182 if (__glExtensionBitIsEnabled(gc, GL_EXT_fog_coord_bit) 183 || (gc->server_major > 1) || (gc->server_minor >= 4)) 490 struct glx_context *gc = __glXGetCurrentContext(); local 661 struct glx_context *gc = __glXGetCurrentContext(); local 723 struct glx_context *gc = __glXGetCurrentContext(); local 790 struct glx_context *gc = __glXGetCurrentContext(); local 947 struct glx_context *gc = __glXGetCurrentContext(); local 966 struct glx_context *gc = __glXGetCurrentContext(); local 992 struct glx_context *gc = __glXGetCurrentContext(); local 1014 struct glx_context *gc = __glXGetCurrentContext(); local 1040 struct glx_context *gc = __glXGetCurrentContext(); local 1066 struct glx_context *gc = __glXGetCurrentContext(); local 1122 struct glx_context *gc = __glXGetCurrentContext(); local 1167 struct glx_context *gc = __glXGetCurrentContext(); local 1238 struct glx_context *gc = __glXGetCurrentContext(); local 1293 struct glx_context *gc = __glXGetCurrentContext(); local 1338 struct glx_context *gc = __glXGetCurrentContext(); local 1400 struct glx_context *gc = __glXGetCurrentContext(); local 1473 struct glx_context *gc = __glXGetCurrentContext(); local 1533 struct glx_context *gc = __glXGetCurrentContext(); local 1580 struct glx_context *gc = __glXGetCurrentContext(); local 1693 struct glx_context *gc = __glXGetCurrentContext(); local 1721 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
render2.c | 51 __glXSetError(gc, GL_INVALID_ENUM); 55 __glXSetError(gc, GL_INVALID_VALUE); 60 if (!gc->currentDpy) 63 if (cmdlen <= gc->maxSmallRenderCommandSize) { 94 __glXSetError(gc, GL_OUT_OF_MEMORY); 98 __glXSendLargeCommand(gc, pc, 32, buf, compsize); 103 __glXSendLargeCommand(gc, pc, 32, pnts, compsize); 118 __glXSetError(gc, GL_INVALID_ENUM); 122 __glXSetError(gc, GL_INVALID_VALUE); 127 if (!gc->currentDpy [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
BarGraph.java | 19 import org.eclipse.swt.graphics.GC; 78 public void paint(Display display, int width, int height, GC gc) { 86 gc.setBackground(bg); 87 gc.fillRectangle(0, 0, width, height); 98 Point es= gc.stringExtent(bars[i].title); 108 vstart= gc.stringExtent(this.fTitle).y + GAP; 109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned 113 int w2= w / 2 - gc.stringExtent("-999.9").x - TGAP; // reserve space //$NON-NLS-1$ 147 gc.setBackground(lightblue) [all...] |
/art/runtime/entrypoints/quick/ |
quick_alloc_entrypoints.h | 20 #include "gc/heap.h" 25 namespace gc { namespace in namespace:art 27 } // namespace gc 36 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
|
/art/runtime/gc/collector/ |
gc_type.h | 23 namespace gc { namespace in namespace:art 29 // Placeholder for when no GC has been performed. 31 // Sticky mark bits GC that attempts to only free objects allocated since the last GC. 33 // Partial GC that marks the application heap but not the Zygote. 35 // Full GC that marks and frees in both the application and Zygote heap. 37 // Number of different GC types. 43 } // namespace gc
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-361025.js | 5 // Flags: --expose-gc 10 gc();
|
regress-357105.js | 5 // Flags: --allow-natives-syntax --expose-gc 19 gc(); 20 global = f(gc);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CFlatButton.java | 20 import org.eclipse.swt.graphics.GC; 69 GC gc = e.gc; 73 gc.setForeground(IColorConstants.buttonDarker); 74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1); 77 gc.setForeground(borderGradientColor1); 78 gc.setBackground(borderGradientColor2); 79 gc.fillGradientRectangle(ca.x, ca.y, ca.width, ca.height, true); 82 gc.setBackground(faceColor) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
PixelConverter.java | 15 import org.eclipse.swt.graphics.GC; 34 GC gc = new GC(control); local 35 gc.setFont(control.getFont()); 36 fFontMetrics = gc.getFontMetrics(); 37 gc.dispose();
|
DrawUtils.java | 19 import org.eclipse.swt.graphics.GC; 31 * Utilities for drawing on {@link GC}. 47 public static final void drawStringCV(GC gc, String text, int x, int y, int width, int height) { 48 Rectangle oldClipping = gc.getClipping(); 50 gc.setClipping(new Rectangle(x, y, width, height)); 52 int textStartY = y + (height - gc.getFontMetrics().getHeight()) / 2; 53 gc.drawString(clipString(gc, text, width), x, textStartY, true); 55 gc.setClipping(oldClipping) 236 GC gc = new GC(thumbnail); local [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_xgl_api_stereo.c | 54 struct glx_context * gc = __glXGetCurrentContext(); local 56 if (gc && apple_glx_context_uses_stereo(gc->driContext)) { 89 struct glx_context * gc = __glXGetCurrentContext(); local 91 if (gc && apple_glx_context_uses_stereo(gc->driContext)) {
|
/external/mesa3d/src/glx/apple/ |
apple_xgl_api_stereo.c | 54 struct glx_context * gc = __glXGetCurrentContext(); local 56 if (gc && apple_glx_context_uses_stereo(gc->driContext)) { 89 struct glx_context * gc = __glXGetCurrentContext(); local 91 if (gc && apple_glx_context_uses_stereo(gc->driContext)) {
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
FontHarfBuzz.cpp | 56 static SkPaint textFillPaint(GraphicsContext* gc, const SimpleFontData* font) 58 SkPaint paint = gc->fillPaint(); 59 font->platformData().setupPaint(&paint, gc); 60 gc->adjustTextRenderMode(&paint); 65 static SkPaint textStrokePaint(GraphicsContext* gc, const SimpleFontData* font, bool isFilling) 67 SkPaint paint = gc->strokePaint(); 68 font->platformData().setupPaint(&paint, gc); 69 gc->adjustTextRenderMode(&paint); 86 static void paintGlyphs(GraphicsContext* gc, const SimpleFontData* font, 90 TextDrawingModeFlags textMode = gc->textDrawingMode() [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
PageOverlay.cpp | 46 WebCanvas* ToWebCanvas(GraphicsContext* gc) 48 return gc->canvas(); 76 virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip) 78 gc.save(); 79 m_overlay->paintPageOverlay(ToWebCanvas(&gc)); 80 gc.restore(); 139 void PageOverlay::paintWebFrame(GraphicsContext& gc) 142 gc.save(); 143 m_overlay->paintPageOverlay(ToWebCanvas(&gc)); 144 gc.restore() [all...] |
WebFontImpl.cpp | 99 GraphicsContext gc(canvas); 101 gc.save(); 102 gc.setCertainlyOpaque(canvasIsOpaque); 103 gc.setFillColor(color); 104 gc.clip(textClipRect); 105 m_font.drawText(&gc, runInfo, leftBaseline); 106 gc.restore();
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
FontMac.cpp | 77 void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, 130 gc->save(); 131 gc->rotate(-0.5 * SK_ScalarPI); 137 TextDrawingModeFlags textMode = gc->textDrawingMode(); 141 SkPaint paint = gc->fillPaint(); 143 gc->adjustTextRenderMode(&paint); 146 gc->drawPosText(glyphs, numGlyphs * sizeof(Glyph), pos, textRect, paint); 150 && gc->strokeStyle() != NoStroke 151 && gc->strokeThickness() > 0) { 153 SkPaint paint = gc->strokePaint() [all...] |