Home
last modified time | relevance | path

Searched defs:glFramebufferTexture2D (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp196 void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLi… in glFramebufferTexture2D() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto154 glFramebufferTexture2D = 126; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLES20.java728 public static native void glFramebufferTexture2D( in glFramebufferTexture2D() method in GLES20