HomeSort by relevance Sort by last modified time
    Searched defs:glDepthRangefOES (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 939 // C function void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
941 public static native void glDepthRangefOES(
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 252 glDepthRangefOES_client_proc_t glDepthRangefOES;
gl_entry.cpp 247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar)
1158 getDispatch()->glDepthRangefOES(zNear, zFar);
    [all...]