HomeSort by relevance Sort by last modified time
    Searched refs:mBlueSize (Results 1 - 9 of 9) 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/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 115 mBlueSize = b;
157 + Math.abs(b - mBlueSize)
275 protected int mBlueSize;
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 115 mBlueSize = b;
157 + Math.abs(b - mBlueSize)
275 protected int mBlueSize;
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 118 mBlueSize = b;
160 + Math.abs(b - mBlueSize)
278 protected int mBlueSize;
  /packages/apps/Camera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 116 mBlueSize = b;
184 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
297 protected int mBlueSize;
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]

Completed in 90 milliseconds