Home
last modified time | relevance | path

Searched refs:GL_BindImageTexture (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.h20 ANGLE_EXPORT void GL_APIENTRY GL_BindImageTexture(GLuint unit,
Dproc_table_egl_autogen.cpp149 {"glBindImageTexture", P(GL_BindImageTexture)},
Dentry_points_gles_3_1_autogen.cpp50 void GL_APIENTRY GL_BindImageTexture(GLuint unit, in GL_BindImageTexture() function
DlibGLESv2_autogen.cpp1541 return GL_BindImageTexture(unit, texture, level, layered, layer, access, format); in glBindImageTexture()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp47 {"glBindImageTexture", P(GL_BindImageTexture)},
Dentry_points_gl_4_autogen.h388 ANGLE_EXPORT void GL_APIENTRY GL_BindImageTexture(GLuint unit,
DlibGL_autogen.cpp4907 return GL_BindImageTexture(unit, texture, level, layered, layer, access, format); in glBindImageTexture()
Dentry_points_gl_4_autogen.cpp3774 void GL_APIENTRY GL_BindImageTexture(GLuint unit, in GL_BindImageTexture() function