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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 33 mBlueSize = 0;
73 mBlueSize = 5;
80 mBlueSize = 10;
87 mBlueSize = 8;
94 mBlueSize = 5;
101 mBlueSize = 8;
217 if (mWantBlue) total += config.mBlueSize;
313 case EGL_BLUE_SIZE: match = config->mBlueSize >= attribute[1]; break;
Config.h 43 EGLint mBlueSize; // Bits of Blue in the color buffer
Display.cpp 308 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break;
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 138 mBlueSize = b;
206 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
319 protected int mBlueSize;
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 115 mBlueSize = b;
157 + Math.abs(b - mBlueSize)
275 protected int mBlueSize;
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 115 mBlueSize = b;
157 + Math.abs(b - mBlueSize)
275 protected int mBlueSize;
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 118 mBlueSize = b;
160 + Math.abs(b - mBlueSize)
278 protected int mBlueSize;
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 267 protected int mBlueSize;
285 mBlueSize = blueSize;
308 && (b == mBlueSize) && (a == mAlphaSize)) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 129 mBlueSize = b;
197 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
310 protected int mBlueSize;
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 835 mBlueSize = blueSize;
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]

Completed in 147 milliseconds