Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glFramebufferTexture2DMultisampleIMG

1281 void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
1283 getDispatch()->glFramebufferTexture2DMultisampleIMG(target, attachment, textarget, texture, level, samples);