Searched refs:textureUnit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.h116 void setActiveTextureUnit(GC3Dint textureUnit) { m_activeTextureUnit = textureUnit; } argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texcombine.c95 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]); local
96 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine;
165 GLfloat red = textureUnit->EnvColor[0];
166 GLfloat green = textureUnit->EnvColor[1];
167 GLfloat blue = textureUnit->EnvColor[2];
168 GLfloat alpha = textureUnit->EnvColor[3];
261 GLfloat alpha = textureUnit->EnvColor[3];
329 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
350 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
474 if (textureUnit
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]); local
88 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine;
157 GLfloat red = textureUnit->EnvColor[0];
158 GLfloat green = textureUnit->EnvColor[1];
159 GLfloat blue = textureUnit->EnvColor[2];
160 GLfloat alpha = textureUnit->EnvColor[3];
253 GLfloat alpha = textureUnit->EnvColor[3];
321 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
342 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
466 if (textureUnit
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp1823 int textureUnit = programBinary->getSamplerMapping(type, samplerIndex); // OpenGL texture image unit index local
1825 if (textureUnit != -1)
1828 Texture *texture = getSamplerTexture(textureUnit, textureType);

Completed in 333 milliseconds