Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto50 glCheckFramebufferStatus = 24; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp561 const GLMessage_Function GLMessage::glCheckFramebufferStatus; member in android::gltrace::GLMessage
Dgltrace.pb.h894 static const Function glCheckFramebufferStatus = GLMessage_Function_glCheckFramebufferStatus; variable
/frameworks/base/opengl/java/android/opengl/
DGLES20.java439 public static native int glCheckFramebufferStatus( in glCheckFramebufferStatus() method in GLES20