Home
last modified time | relevance | path

Searched defs:glClearDepthxOES (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java290 public static native void glClearDepthxOES( in glClearDepthxOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto58 glClearDepthxOES = 32; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp864 const GLMessage_Function GLMessage::glClearDepthxOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1212 static const Function glClearDepthxOES = GLMessage_Function_glClearDepthxOES; variable