Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h494 void drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
DlibGLES_CM.cpp4680 context->drawTexture((GLfloat)x, (GLfloat)y, (GLfloat)z, (GLfloat)width, (GLfloat)height); in DrawTexiOES()
4717 context->drawTexture(x, y, z, width, height); in DrawTexfOES()
DContext.cpp2766 void Context::drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in drawTexture() function in es1::Context