/external/mesa3d/src/glx/ |
glxcurrent.c | 185 struct glx_context *gc = __glXGetCurrentContext(); local 186 return gc->currentDrawable; 213 struct glx_context *gc = (struct glx_context *) gc_user; local 230 if ((gc != NULL) && (gc->xid == None)) { 234 if (gc == NULL && (draw != None || read != None)) { 239 if (gc != NULL && (draw == None || read == None)) { 247 if (oldGC == gc && 248 gc->currentDrawable == draw && gc->currentReadable == read) [all...] |
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...] |
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
glxreply.c | 58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim, 86 __glXSetError(gc, GL_OUT_OF_MEMORY); 96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest); 104 __glXSetupSingleRequest(struct glx_context * gc, GLint sop, GLint cmdlen) 107 Display *const dpy = gc->currentDpy; 109 (void) __glXFlushRenderBuffer(gc, gc->pc); 112 req->reqType = gc->majorOpcode; 113 req->contextTag = gc->currentContextTag; 120 __glXSetupVendorRequest(struct glx_context * gc, GLint code, GLint vop [all...] |
/external/mesa3d/src/glx/apple/ |
glxreply.c | 58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim, 86 __glXSetError(gc, GL_OUT_OF_MEMORY); 96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest); 104 __glXSetupSingleRequest(struct glx_context * gc, GLint sop, GLint cmdlen) 107 Display *const dpy = gc->currentDpy; 109 (void) __glXFlushRenderBuffer(gc, gc->pc); 112 req->reqType = gc->majorOpcode; 113 req->contextTag = gc->currentContextTag; 120 __glXSetupVendorRequest(struct glx_context * gc, GLint code, GLint vop [all...] |
/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...] |
/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/test/030-bad-finalizer/src/ |
Main.java | 27 System.out.println("Nulled. Requestion gc."); 28 System.gc(); 32 System.out.println("Requesting another GC."); 33 System.gc();
|
/dalvik/tests/030-bad-finalizer/src/ |
Main.java | 13 System.out.println("Nulled. Requestion gc."); 14 System.gc(); 18 System.out.println("Requesting another GC."); 19 System.gc();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineOverlay.java | 21 import org.eclipse.swt.graphics.GC; 75 public void paint(GC gc) { 78 gc.setForeground(mOutlineColor); 79 gc.setLineStyle(SwtDrawingStyle.OUTLINE.getLineStyle()); 80 int oldAlpha = gc.getAlpha(); 81 gc.setAlpha(SwtDrawingStyle.OUTLINE.getStrokeAlpha()); 82 drawOutline(gc, lastRoot); 83 gc.setAlpha(oldAlpha); 87 private void drawOutline(GC gc, CanvasViewInfo info) [all...] |
EmptyViewsOverlay.java | 21 import org.eclipse.swt.graphics.GC; 74 public void paint(GC gc) { 75 gc.setForeground(mBorderColor); 76 gc.setLineDash(null); 77 gc.setLineStyle(SwtDrawingStyle.EMPTY.getLineStyle()); 78 int oldAlpha = gc.getAlpha(); 79 gc.setAlpha(SwtDrawingStyle.EMPTY.getStrokeAlpha()); 80 gc.setLineWidth(SwtDrawingStyle.EMPTY.getLineWidth()); 91 gc.drawRectangle(x, y, w + 1, h + 1) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
GregorianCalendarTest.java | 45 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13); local 47 1972, gc.get(Calendar.YEAR)); 49 gc.get(Calendar.MONTH) == Calendar.OCTOBER); 50 assertEquals("Incorrect calendar constructed 3", 13, gc 52 assertTrue("Incorrect calendar constructed 4", gc.getTimeZone().equals( 62 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local 65 1972, gc.get(Calendar.YEAR)); 67 gc.get(Calendar.MONTH) == Calendar.OCTOBER); 68 assertEquals("Incorrect calendar constructed", 13, gc 70 assertEquals("Incorrect calendar constructed", 7, gc.get(Calendar.HOUR)) 91 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local 147 GregorianCalendar gc = new GregorianCalendar(timezone); local 322 GregorianCalendar gc = new GregorianCalendar(); local 371 GregorianCalendar gc = new GregorianCalendar(); local 397 GregorianCalendar gc = new GregorianCalendar(); local 414 GregorianCalendar gc = new GregorianCalendar(); local 451 GregorianCalendar gc = new GregorianCalendar(); local 480 GregorianCalendar gc = new GregorianCalendar(); local 505 GregorianCalendar gc = new GregorianCalendar(1998, 11, 6); local 518 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 8, local 541 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local 729 GregorianCalendar gc = new GregorianCalendar(TimeZone.getTimeZone("GMT")); local [all...] |
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
site.css | 174 #gc-container { 182 #gc-topnav { 193 #gc-topnav * { 197 #gc-topnav table { 201 #gc-topnav li { 208 #gc-topnav li:first-child { 212 #gc-topnav ul { 217 #gc-topnav a { 220 #gc-topnav a:hover { 224 #gc-topnav #chrome-logo [all...] |
/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/chrome/common/extensions/docs/css/ |
print.css | 4 #gc-toc {display: none;} 5 #gc-pagecontent {
|
/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();
|
/libcore/support/src/test/java/libcore/java/lang/ref/ |
FinalizationTester.java | 29 System.gc();
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecprim.h | 29 DEF_VEC_ALLOC_I(uchar,gc);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecprim.h | 29 DEF_VEC_ALLOC_I(uchar,gc);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecprim.h | 29 DEF_VEC_ALLOC_I(uchar,gc);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecprim.h | 29 DEF_VEC_ALLOC_I(uchar,gc);
|