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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto538 glFramebufferTexture2DMultisampleEXT = 512;
/frameworks/native/opengl/include/GLES/
H A Dglext.h1048 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1344 const GLMessage_Function GLMessage::glFramebufferTexture2DMultisampleEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1692 static const Function glFramebufferTexture2DMultisampleEXT = GLMessage_Function_glFramebufferTexture2DMultisampleEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp17751 glmsg.set_function(GLMessage::glFramebufferTexture2DMultisampleEXT);
17792 glContext->hooks->gl.glFramebufferTexture2DMultisampleEXT(target, attachment, textarget, texture, level, samples);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h964 GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);

Completed in 100 milliseconds