OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mStencilSize
(Results
1 - 7
of
7
) sorted by null
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java
141
mStencilSize
= stencil;
192
// We need at least mDepthSize and
mStencilSize
bits
193
if (d < mDepthSize || s <
mStencilSize
)
322
protected int
mStencilSize
;
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.h
67
EGLint
mStencilSize
; // Bits of Stencil in the stencil buffer
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java
118
mStencilSize
= stencil;
146
if (d >= mDepthSize && s>=
mStencilSize
) {
278
protected int
mStencilSize
;
/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java
118
mStencilSize
= stencil;
146
if (d >= mDepthSize && s>=
mStencilSize
) {
278
protected int
mStencilSize
;
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java
121
mStencilSize
= stencil;
149
if (d >= mDepthSize && s>=
mStencilSize
) {
281
protected int
mStencilSize
;
/packages/apps/Camera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java
119
mStencilSize
= stencil;
170
// We need at least mDepthSize and
mStencilSize
bits
171
if (d < mDepthSize || s <
mStencilSize
)
300
protected int
mStencilSize
;
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
[
all
...]
Completed in 436 milliseconds