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

  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 34 mRedSize = 5;
41 mRedSize = 5;
48 mRedSize = 8;
56 mRedSize = 5;
63 mRedSize = 8;
71 mRedSize = 8;
176 if (mWantRed) total += config.mRedSize;
275 case EGL_RED_SIZE: match = config->mRedSize >= attribute[1]; break;
Config.h 37 EGLint mRedSize; // Bits of Red in the color buffer
Display.cpp 158 case EGL_RED_SIZE: *value = configuration->mRedSize; break;
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 136 mRedSize = r;
206 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
317 protected int mRedSize;
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 113 mRedSize = r;
155 int distance = Math.abs(r - mRedSize)
273 protected int mRedSize;
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 113 mRedSize = r;
155 int distance = Math.abs(r - mRedSize)
273 protected int mRedSize;
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 116 mRedSize = r;
158 int distance = Math.abs(r - mRedSize)
276 protected int mRedSize;
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 112 mRedSize = r;
178 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
289 protected int mRedSize;
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 127 mRedSize = r;
197 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
308 protected int mRedSize;
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 833 mRedSize = redSize;
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]

Completed in 40 milliseconds