OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDepthSize
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp
43
mDepthSize
= 0;
120
//
mDepthSize
= 16;
124
mDepthSize
= 32;
128
mDepthSize
= 15;
132
mDepthSize
= 24;
136
mDepthSize
= 24;
140
mDepthSize
= 24;
144
mDepthSize
= 16;
148
//
mDepthSize
= 32;
152
//
mDepthSize
= 24
[
all
...]
Config.h
53
EGLint
mDepthSize
; // Bits of Z in the depth buffer
Display.cpp
311
case EGL_DEPTH_SIZE: *value = configuration->
mDepthSize
; break;
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java
140
mDepthSize
= depth;
192
// We need at least
mDepthSize
and mStencilSize bits
193
if (d <
mDepthSize
|| s < mStencilSize)
321
protected int
mDepthSize
;
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java
117
mDepthSize
= depth;
146
if (d >=
mDepthSize
&& s>= mStencilSize) {
277
protected int
mDepthSize
;
/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java
117
mDepthSize
= depth;
146
if (d >=
mDepthSize
&& s>= mStencilSize) {
277
protected int
mDepthSize
;
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java
120
mDepthSize
= depth;
149
if (d >=
mDepthSize
&& s>= mStencilSize) {
280
protected int
mDepthSize
;
/packages/apps/Camera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java
118
mDepthSize
= depth;
170
// We need at least
mDepthSize
and mStencilSize bits
171
if (d <
mDepthSize
|| s < mStencilSize)
299
protected int
mDepthSize
;
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
[
all
...]
Completed in 897 milliseconds