Searched refs:newTex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1250 GLboolean newTex = GL_FALSE; local
1279 newTex = GL_TRUE;
1292 return newTex;
1301 GLboolean newTex,
1312 if (newTex) {
1343 GLboolean newTex,
1355 if (newTex) {
1592 GLboolean newTex; local
1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA);
1686 setup_copypix_texture(tex, newTex, src
1300 setup_copypix_texture(struct temp_texture *tex, GLboolean newTex, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLenum intFormat, GLenum filter) argument
1341 setup_drawpix_texture(struct gl_context *ctx, struct temp_texture *tex, GLboolean newTex, GLenum texIntFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) argument
2111 GLboolean newTex; local
2366 GLboolean fallback, newTex; local
2634 GLboolean newTex; local
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1250 GLboolean newTex = GL_FALSE; local
1279 newTex = GL_TRUE;
1292 return newTex;
1301 GLboolean newTex,
1312 if (newTex) {
1343 GLboolean newTex,
1355 if (newTex) {
1592 GLboolean newTex; local
1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA);
1686 setup_copypix_texture(tex, newTex, src
1300 setup_copypix_texture(struct temp_texture *tex, GLboolean newTex, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLenum intFormat, GLenum filter) argument
1341 setup_drawpix_texture(struct gl_context *ctx, struct temp_texture *tex, GLboolean newTex, GLenum texIntFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) argument
2111 GLboolean newTex; local
2366 GLboolean fallback, newTex; local
2634 GLboolean newTex; local
[all...]

Completed in 83 milliseconds