Home
last modified time | relevance | path

Searched defs:glBindTexture (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp50 void (*glBindTexture)(GLenum target, GLuint texture); member in LibGLES_CMexports
Dmain.cpp576 GL_API void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp51 void (*glBindTexture)(GLenum target, GLuint texture); member in LibGLESv2exports
Dentry_points.cpp68 GL_APICALL void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture() function
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp69 void ContextWrapper::glBindTexture (deUint32 target, deUint32 texture) in glBindTexture() function in sglr::ContextWrapper
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java71 public void glBindTexture(int target, int texture) { in glBindTexture() method in GLErrorLogger.ErrorLoggingGL
/external/deqp/framework/opengl/wrapper/
DglwApi.inl29 #define glBindTexture glwBindTexture macro
/external/mesa3d/include/GL/
Dgl_mangle.h107 #define glBindTexture MANGLE(BindTexture) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl181 GLW_APICALL void GLW_APIENTRY glBindTexture (GLenum target, GLuint texture) function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl168 void CallLogWrapper::glBindTexture (glw::GLenum target, glw::GLuint texture) function in CallLogWrapper