Searched refs:drawTexture (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.hpp73 bool drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree);
H A DglcTextureFilterAnisotropicTests.cpp495 result = result && drawTexture(gl, target, aniso);
610 bool TextureFilterAnisotropicDrawingTestCase::drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree) function in class:glcts::TextureFilterAnisotropicDrawingTestCase
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h493 void drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
H A DlibGLES_CM.cpp4646 context->drawTexture((GLfloat)x, (GLfloat)y, (GLfloat)z, (GLfloat)width, (GLfloat)height);
4683 context->drawTexture(x, y, z, width, height);
H A DContext.cpp2801 void Context::drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) function in class:es1::Context

Completed in 217 milliseconds