Home
last modified time | relevance | path

Searched refs:glDepthRangefOES (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt57 glDepthRangefOES;
Dentries_gles1.in57 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
Dentries.in176 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangefOES);
354 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangefOES); in init_stub_library()
Dstubs_arm.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangefOES);
354 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangefOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java941 public static native void glDepthRangefOES( in glDepthRangefOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in244 void API_ENTRY(glDepthRangefOES)(GLclampf n, GLclampf f) {
245 CALL_GL_API(glDepthRangefOES, n, f);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h180 #define glDepthRangefOES wrap_glDepthRangefOES macro
Dgles_undefine.h180 #undef glDepthRangefOES
/frameworks/native/opengl/include/GLES/
Dglext.h419 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3232 glDepthRangefOES( in android_glDepthRangefOES__FF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19468 method public static void glDepthRangefOES(float, float);
/frameworks/base/non-updatable-api/
Dcurrent.txt32145 method public static void glDepthRangefOES(float, float);
/frameworks/base/api/
Dcurrent.txt32289 method public static void glDepthRangefOES(float, float);