Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java598 public static native void glPointParameterxvOES( in glPointParameterxvOES() method in GLES11Ext
606 public static native void glPointParameterxvOES( in glPointParameterxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto298 glPointParameterxvOES = 272; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp809 const GLMessage_Function GLMessage::glPointParameterxvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1142 static const Function glPointParameterxvOES = GLMessage_Function_glPointParameterxvOES; variable