Home
last modified time | relevance | path

Searched defs:glFramebufferTexture2DOES (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java200 void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java835 public static native void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method in GLES11Ext
DGLErrorWrapper.java1461 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES() method in GLErrorWrapper
DGLLogWrapper.java3568 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto154 glFramebufferTexture2DOES = 128; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp960 const GLMessage_Function GLMessage::glFramebufferTexture2DOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1308 static const Function glFramebufferTexture2DOES = GLMessage_Function_glFramebufferTexture2DOES; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1986 public native void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method in GLImpl