Searched refs:glFramebufferTexture2DMultisampleEXT (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto517 glFramebufferTexture2DMultisampleEXT = 512;
/frameworks/native/opengl/include/GLES/
H A Dglext.h953 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h996 GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1131 const GLMessage_Function GLMessage::glFramebufferTexture2DMultisampleEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1479 static const Function glFramebufferTexture2DMultisampleEXT = GLMessage_Function_glFramebufferTexture2DMultisampleEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp12224 glmsg.set_function(GLMessage::glFramebufferTexture2DMultisampleEXT);
12265 glContext->hooks->gl.glFramebufferTexture2DMultisampleEXT(target, attachment, textarget, texture, level, samples);

Completed in 86 milliseconds