Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES31.java379 public static native boolean glIsProgramPipeline( in glIsProgramPipeline() method in GLES31
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto691 glIsProgramPipeline = 664; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1497 const GLMessage_Function GLMessage::glIsProgramPipeline; member in android::gltrace::GLMessage
Dgltrace.pb.h1845 static const Function glIsProgramPipeline = GLMessage_Function_glIsProgramPipeline; variable