Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gles_ext_autogen.h20 void drawTexi(GLint x, GLint y, GLint z, GLint width, GLint height); \
DContext_gles_1_0.cpp613 void Context::drawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) in drawTexi() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8678 context->drawTexi(x, y, z, width, height); in GL_DrawTexiOES()