HomeSort by relevance Sort by last modified time
    Searched refs:BLACK_COLOR (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 51 static const Vec4 BLACK_COLOR = Vec4(0.0f, 0.0f, 0.0f, 1.0f);
314 glClearColor (BLACK_COLOR.x(), BLACK_COLOR.y(), BLACK_COLOR.z(), BLACK_COLOR.w());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 61 private static final Color BLACK_COLOR = AdtPlugin.getDisplay().getSystemColor(SWT.COLOR_BLACK);
523 bufferGc.setBackground(BLACK_COLOR);
534 bufferGc.setForeground(BLACK_COLOR);
550 bufferGc.setForeground(BLACK_COLOR);
567 return BLACK_COLOR;

Completed in 61 milliseconds