Home
last modified time | relevance | path

Searched refs:FramebufferTexture2DOES (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp206 void FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL…
800 return es1::FramebufferTexture2DOES(target, attachment, textarget, texture, level); in glFramebufferTexture2DOES()
1471 this->glFramebufferTexture2DOES = es1::FramebufferTexture2DOES; in LibGLES_CMexports()
DlibGLES_CM.cpp1461 void FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL… in FramebufferTexture2DOES() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h221 …void FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, G…
DlibGLESv2.cpp6209 void FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL… in FramebufferTexture2DOES() function
6411 FUNCTION(FramebufferTexture2DOES), in es2GetProcAddress()
Dentry_points.cpp1735 this->glFramebufferTexture2DOES = gl::FramebufferTexture2DOES; in LibGLESv2exports()