Home
last modified time | relevance | path

Searched refs:FramebufferTexture3DOES (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h206 …void FramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, G…
Dentry_points.cpp982 return gl::FramebufferTexture3DOES(target, attachment, textarget, texture, level, zoffset); in glFramebufferTexture3DOES()
1720 this->glFramebufferTexture3DOES = gl::FramebufferTexture3DOES; in LibGLESv2exports()
DlibGLESv2.cpp6012 void FramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL… in FramebufferTexture3DOES() function