OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBlueSize
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
Config.cpp
36
mBlueSize
= 5;
43
mBlueSize
= 8;
51
mBlueSize
= 5;
58
mBlueSize
= 8;
66
mBlueSize
= 8;
165
if (mWantBlue) total += config.
mBlueSize
;
260
case EGL_BLUE_SIZE: match = config->
mBlueSize
>= attribute[1]; break;
Config.h
40
EGLint
mBlueSize
; // Bits of Blue in the color buffer
Display.cpp
150
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 40 milliseconds