Home
last modified time | relevance | path

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

12

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

12