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

  /external/swiftshader/src/OpenGL/libEGL/
Config.cpp 53 mBlueSize = 5;
59 mBlueSize = 10;
65 mBlueSize = 8;
77 mBlueSize = 8;
87 mBlueSize = 5;
96 mBlueSize = 8;
108 mBlueSize = 8;
120 mBufferSize = mRedSize + mGreenSize + mBlueSize + mLuminanceSize + mAlphaSize;
219 SORT_SMALLER(mBlueSize);
284 if(mWantBlue) total += config->mBlueSize;
    [all...]
Config.h 46 EGLint mBlueSize; // Bits of Blue in the color buffer
Display.cpp 249 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break;
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 138 mBlueSize = b;
206 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
319 protected int mBlueSize;
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 115 mBlueSize = b;
179 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
292 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...]

Completed in 427 milliseconds