Searched refs:drawTexture (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 494 void drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
|
D | libGLES_CM.cpp | 4680 context->drawTexture((GLfloat)x, (GLfloat)y, (GLfloat)z, (GLfloat)width, (GLfloat)height); in DrawTexiOES() 4717 context->drawTexture(x, y, z, width, height); in DrawTexfOES()
|
D | Context.cpp | 2766 void Context::drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in drawTexture() function in es1::Context
|