Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dnullgles.cpp207 void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLi… in glFramebufferTexture2D() function
Dwrap_gles.h283 #define glFramebufferTexture2D wrap_glFramebufferTexture2D macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java728 public static native void glFramebufferTexture2D( in glFramebufferTexture2D() method in GLES20