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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto153 glFramebufferTexture2DMultisampleIMG = 127;
/frameworks/native/opengl/include/GLES/
H A Dglext.h1164 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp959 const GLMessage_Function GLMessage::glFramebufferTexture2DMultisampleIMG; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1307 static const Function glFramebufferTexture2DMultisampleIMG = GLMessage_Function_glFramebufferTexture2DMultisampleIMG; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp21140 glmsg.set_function(GLMessage::glFramebufferTexture2DMultisampleIMG);
21181 glContext->hooks->gl.glFramebufferTexture2DMultisampleIMG(target, attachment, textarget, texture, level, samples);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1407 GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);

Completed in 1870 milliseconds