Home
last modified time | relevance | path

Searched refs:glClearStencil (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/libs/hwui/pipeline/skia/
DGLFunctorDrawable.cpp133 glClearStencil(0); in onDraw()
183 glClearStencil(0); in onDraw()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt23 glClearStencil;
DlibGLESv1_CM.map.txt27 glClearStencil;
DlibGLESv3.map.txt50 glClearStencil;
Dentries_gles1.in25 GL_ENTRY(void, glClearStencil, GLint s)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearStencil);
324 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearStencil); in init_stub_library()
Dstubs_arm.cc44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearStencil);
324 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearStencil); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec11 void glClearStencil ( GLint s )
DGLES20.spec19 void glClearStencil ( GLint s )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java311 void glClearStencil( in glClearStencil() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.011 void glClearStencil ( GLint s )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in145 void API_ENTRY(glClearStencil)(GLint s) {
146 CALL_GL_API(glClearStencil, s);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java345 public static native void glClearStencil( in glClearStencil() method in GLES10
DGLES20.java472 public static native void glClearStencil( in glClearStencil() method in GLES20
DGLErrorWrapper.java130 public void glClearStencil(int s) { in glClearStencil() method in GLErrorWrapper
132 mgl.glClearStencil(s); in glClearStencil()
DGLLogWrapper.java1273 public void glClearStencil(int s) { in glClearStencil() method in GLLogWrapper
1278 mgl.glClearStencil(s); in glClearStencil()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h483 GLAPI void APIENTRY glClearStencil (GLint s);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java162 public native void glClearStencil( in glClearStencil() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h453 GL_API void GL_APIENTRY glClearStencil (GLint s);
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearStencil);
935 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glClearStencil); in init_stub_library()
Dstubs_arm64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearStencil);
935 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glClearStencil); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearStencil);
935 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glClearStencil); in init_stub_library()
Dstubs_arm64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearStencil);
935 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glClearStencil); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in55 void API_ENTRY(glClearStencil)(GLint s) {
56 CALL_GL_API(glClearStencil, s);
/frameworks/native/opengl/include/GLES2/
Dgl2.h544 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);

12