Home | History | Annotate | Download | only in GLES2

Lines Matching full:glframebuffertexture2d

142 void API_ENTRY(glFramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) {
143 CALL_GL_API(glFramebufferTexture2D, target, attachment, textarget, texture, level);