OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDepthSize
(Results
1 - 14
of
14
) sorted by null
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java
140
mDepthSize
= depth;
192
// We need at least
mDepthSize
and mStencilSize bits
193
if (d <
mDepthSize
|| s < mStencilSize)
321
protected int
mDepthSize
;
/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
;
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GdxEglConfigChooser.java
37
protected int
mDepthSize
;
48
mDepthSize
= depth;
91
// We need at least
mDepthSize
and mStencilSize bits
92
if (d <
mDepthSize
|| s < mStencilSize) continue;
GLSurfaceView20.java
182
mDepthSize
= depth;
228
// We need at least
mDepthSize
and mStencilSize bits
229
if (d <
mDepthSize
|| s < mStencilSize) continue;
298
protected int
mDepthSize
;
GLSurfaceView20API18.java
165
mDepthSize
= depth;
211
// We need at least
mDepthSize
and mStencilSize bits
212
if (d <
mDepthSize
|| s < mStencilSize) continue;
281
protected int
mDepthSize
;
GLSurfaceViewAPI18.java
[
all
...]
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java
117
mDepthSize
= depth;
146
if (d >=
mDepthSize
&& s>= mStencilSize) {
277
protected int
mDepthSize
;
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java
117
mDepthSize
= depth;
146
if (d >=
mDepthSize
&& s>= mStencilSize) {
277
protected int
mDepthSize
;
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java
120
mDepthSize
= depth;
149
if (d >=
mDepthSize
&& s>= mStencilSize) {
280
protected int
mDepthSize
;
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java
117
mDepthSize
= depth;
165
// We need at least
mDepthSize
and mStencilSize bits
166
if (d <
mDepthSize
|| s < mStencilSize)
294
protected int
mDepthSize
;
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java
131
mDepthSize
= depth;
183
// We need at least
mDepthSize
and mStencilSize bits
184
if (d <
mDepthSize
|| s < mStencilSize)
312
protected int
mDepthSize
;
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
837
mDepthSize
= depthSize;
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
[
all
...]
Completed in 339 milliseconds