Searched refs:FramebufferTexture2DOES (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 206 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()
|
D | libGLES_CM.cpp | 1461 void FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL… in FramebufferTexture2DOES() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 221 …void FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, G…
|
D | libGLESv2.cpp | 6209 void FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL… in FramebufferTexture2DOES() function 6411 FUNCTION(FramebufferTexture2DOES), in es2GetProcAddress()
|
D | entry_points.cpp | 1735 this->glFramebufferTexture2DOES = gl::FramebufferTexture2DOES; in LibGLESv2exports()
|