HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 76 - 100 of 1753) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/glx/
dri_common.h 57 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);
60 driReleaseDrawables(struct glx_context *gc);
glx_error.c 42 struct glx_context *gc = __glXGetCurrentContext(); local
46 assert(gc);
62 error.majorCode = gc ? gc->majorOpcode : 0;
indirect_texture_compression.c 85 if (gc->currentDpy == NULL) {
99 if (cmdlen <= gc->maxSmallRenderCommandSize) {
125 __glXSendLargeCommand(gc, gc->pc,
146 if (gc->currentDpy == NULL) {
158 if (cmdlen <= gc->maxSmallRenderCommandSize) {
186 __glXSendLargeCommand(gc, gc->pc,
228 if (gc->currentDpy == NULL) {
233 if (cmdlen <= gc->maxSmallRenderCommandSize)
    [all...]
packrender.h 57 struct glx_context *gc; \
62 gc = __glXGetCurrentContext(); \
63 pc = gc->pc; \
77 if (pc + (size) > gc->bufEnd) { \
78 pc = __glXFlushRenderBuffer(gc, pc); \
84 pc = __glXFlushRenderBuffer(gc, pc); \
89 if (pc + (size) > gc->bufEnd) { \
90 pc = __glXFlushRenderBuffer(gc, pc); \
99 pc = __glXFlushRenderBuffer(gc, pc); \
107 if (pc + (size) > gc->bufEnd) {
    [all...]
glxcmds.c 230 glx_context_init(struct glx_context *gc,
233 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy);
234 if (!gc->majorOpcode)
237 gc->screen = psc->scr;
238 gc->psc = psc;
239 gc->config = config;
240 gc->isDirect = GL_TRUE;
241 gc->currentContextTag = -1;
258 struct glx_context *gc; local
271 gc = NULL
407 struct glx_context *gc = (struct glx_context *) ctx; local
475 struct glx_context *gc = __glXGetCurrentContext(); local
488 struct glx_context *gc = __glXGetCurrentContext(); local
497 struct glx_context *gc = __glXGetCurrentContext(); local
516 struct glx_context *gc = __glXGetCurrentContext(); local
527 struct glx_context *gc = __glXGetCurrentContext(); local
632 struct glx_context *gc = (struct glx_context *) gc_user; local
785 struct glx_context * gc = __glXGetCurrentContext(); local
1406 struct glx_context *gc = __glXGetCurrentContext(); local
1595 struct glx_context *gc = (struct glx_context *) ctx; local
1656 struct glx_context *gc = __glXGetCurrentContext(); local
1738 struct glx_context *gc = __glXGetCurrentContext(); local
1795 struct glx_context *gc = __glXGetCurrentContext(); local
1817 struct glx_context *gc = __glXGetCurrentContext(); local
1843 struct glx_context *gc = __glXGetCurrentContext(); local
1880 struct glx_context *gc = __glXGetCurrentContext(); local
1996 GLXContext gc = NULL; local
2200 struct glx_context *gc = __glXGetCurrentContext(); local
2359 struct glx_context *gc; local
2424 struct glx_context *gc = __glXGetCurrentContext(); local
2435 struct glx_context *gc = __glXGetCurrentContext(); local
2656 struct glx_context *gc = __glXGetCurrentContext(); local
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 688 XMLGregorianCalendar gc = this; local
690 gc = this.normalize();
692 return gc.getYear()
693 + gc.getMonth()
694 + gc.getDay()
695 + gc.getHour()
696 + gc.getMinute()
697 + gc.getSecond();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 142 import gc namespace
146 gc.collect()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 142 import gc namespace
146 gc.collect()
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 33 import org.eclipse.swt.graphics.GC;
93 private GC mBackBufferGC;
119 draw(e.display, e.gc);
205 GC gc = new GC(getDisplay()); local
206 gc.setFont(mFontRegistry.get(FONT_KEY));
207 mFontWidth = gc.getFontMetrics().getAverageCharWidth();
208 mFontHeight = gc.getFontMetrics().getHeight();
209 gc.dispose()
    [all...]
  /art/runtime/gc/accounting/
gc_allocator.cc 18 #include "gc/allocator/dlmalloc.h"
19 #include "gc/heap.h"
23 namespace gc { namespace in namespace:art
35 } // namespace gc
heap_bitmap-inl.h 23 namespace gc { namespace in namespace:art
38 } // namespace gc
  /art/runtime/gc/collector/
partial_mark_sweep.h 24 namespace gc { namespace in namespace:art
46 } // namespace gc
  /external/chromium_org/third_party/icu/source/test/intltest/
astrotst.h 45 Calendar *gc; member in class:AstroTest
  /external/chromium_org/third_party/mesa/src/src/glx/
glx_error.c 42 struct glx_context *gc = __glXGetCurrentContext(); local
46 assert(gc);
62 error.majorCode = gc ? gc->majorOpcode : 0;
indirect_texture_compression.c 85 if (gc->currentDpy == NULL) {
99 if (cmdlen <= gc->maxSmallRenderCommandSize) {
125 __glXSendLargeCommand(gc, gc->pc,
146 if (gc->currentDpy == NULL) {
158 if (cmdlen <= gc->maxSmallRenderCommandSize) {
186 __glXSendLargeCommand(gc, gc->pc,
228 if (gc->currentDpy == NULL) {
233 if (cmdlen <= gc->maxSmallRenderCommandSize)
    [all...]
packrender.h 57 struct glx_context *gc; \
62 gc = __glXGetCurrentContext(); \
63 pc = gc->pc; \
77 if (pc + (size) > gc->bufEnd) { \
78 pc = __glXFlushRenderBuffer(gc, pc); \
84 pc = __glXFlushRenderBuffer(gc, pc); \
89 if (pc + (size) > gc->bufEnd) { \
90 pc = __glXFlushRenderBuffer(gc, pc); \
99 pc = __glXFlushRenderBuffer(gc, pc); \
107 if (pc + (size) > gc->bufEnd) {
    [all...]
glxcmds.c 230 glx_context_init(struct glx_context *gc,
233 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy);
234 if (!gc->majorOpcode)
237 gc->screen = psc->scr;
238 gc->psc = psc;
239 gc->config = config;
240 gc->isDirect = GL_TRUE;
241 gc->currentContextTag = -1;
258 struct glx_context *gc; local
271 gc = NULL
407 struct glx_context *gc = (struct glx_context *) ctx; local
475 struct glx_context *gc = __glXGetCurrentContext(); local
488 struct glx_context *gc = __glXGetCurrentContext(); local
497 struct glx_context *gc = __glXGetCurrentContext(); local
516 struct glx_context *gc = __glXGetCurrentContext(); local
527 struct glx_context *gc = __glXGetCurrentContext(); local
632 struct glx_context *gc = (struct glx_context *) gc_user; local
785 struct glx_context * gc = __glXGetCurrentContext(); local
1406 struct glx_context *gc = __glXGetCurrentContext(); local
1595 struct glx_context *gc = (struct glx_context *) ctx; local
1656 struct glx_context *gc = __glXGetCurrentContext(); local
1738 struct glx_context *gc = __glXGetCurrentContext(); local
1795 struct glx_context *gc = __glXGetCurrentContext(); local
1817 struct glx_context *gc = __glXGetCurrentContext(); local
1843 struct glx_context *gc = __glXGetCurrentContext(); local
1880 struct glx_context *gc = __glXGetCurrentContext(); local
1996 GLXContext gc = NULL; local
2200 struct glx_context *gc = __glXGetCurrentContext(); local
2359 struct glx_context *gc; local
2424 struct glx_context *gc = __glXGetCurrentContext(); local
2435 struct glx_context *gc = __glXGetCurrentContext(); local
2656 struct glx_context *gc = __glXGetCurrentContext(); local
    [all...]
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c 11 } gc; member in union:_gc_head
union-init.c 11 } gc; member in union:_gc_head
  /external/icu4c/test/intltest/
astrotst.h 45 Calendar *gc; member in class:AstroTest
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 26 import org.eclipse.swt.graphics.GC;
83 GC gc; field in class:FingerPrintGraph
189 String fontDataName = this.gc.getFont().getFontData()[0].toString();
247 this.gc.setBackground(whiteref);
253 this.gc.fillRectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT);
255 this.gc.drawRectangle(rec);
260 this.gc.fillRectangle(recValue);
261 this.gc.setBackground(YELLOW);
263 this.gc.fillRectangle(recError)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 22 import org.eclipse.swt.graphics.GC;
147 public void paint(GC gc) {
149 gc.setLineStyle(SWT.LINE_SOLID);
150 gc.setLineWidth(1);
151 gc.setForeground(mStroke);
152 gc.setBackground(mFill);
153 gc.setAlpha(mStrokeAlpha);
154 gc.drawRectangle(mRectangle);
155 gc.setAlpha(mFillAlpha)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 28 import org.eclipse.swt.graphics.GC;
93 paintCanvas(e.gc);
188 private void paintCanvas(GC gc) {
189 gc.fillRectangle(getClientArea()); // clear entire client area
204 gc.drawImage(mImage,
207 drawBorder(gc, 0, 0, client.width, (int)(rect.height * sx));
210 gc.drawImage(mImage,
213 drawBorder(gc, 0, 0, (int)(rect.width * sy), client.height);
216 gc.drawImage(mImage, mOrigin.x, mOrigin.y)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp 44 glx_context_init(struct glx_context *gc,
47 gc->majorOpcode = 123;
48 gc->screen = psc->scr;
49 gc->psc = psc;
50 gc->config = config;
51 gc->isDirect = GL_TRUE;
52 gc->currentContextTag = -1;
409 struct glx_context *gc = (struct glx_context *) ctx; local
411 EXPECT_FALSE(gc->isDirect);
422 struct glx_context *gc = (struct glx_context *) ctx local
437 struct glx_context *gc = (struct glx_context *) ctx; local
452 struct glx_context *gc = (struct glx_context *) ctx; local
465 struct glx_context *gc = (struct glx_context *) ctx; local
480 struct glx_context *gc = (struct glx_context *) ctx; local
496 struct glx_context *gc = (struct glx_context *) ctx; local
509 struct glx_context *gc = (struct glx_context *) ctx; local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java 18 import org.eclipse.swt.graphics.GC;
48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
54 paint(gc, x, y, width, height, text, image);
59 paint(gc, x, y, width, height, text, image);
63 private void paint(GC gc, int x, int y, int width, int height, String text, Image image) {
66 DrawUtils.drawImageCV(gc, image, x, y, height);
74 DrawUtils.drawStringCV(gc, text, x, y, width, height);

Completed in 1312 milliseconds

1 2 34 5 6 7 8 91011>>