HomeSort by relevance Sort by last modified time
    Searched defs:srcUnit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 198 const GLuint srcUnit = srcRGB - GL_TEXTURE0;
199 ASSERT(srcUnit < ctx->Const.MaxTextureUnits);
200 if (!ctx->Texture.Unit[srcUnit]._ReallyEnabled)
202 argRGB[term] = get_texel_array(swrast, srcUnit);
288 const GLuint srcUnit = srcA - GL_TEXTURE0;
289 ASSERT(srcUnit < ctx->Const.MaxTextureUnits);
290 if (!ctx->Texture.Unit[srcUnit]._ReallyEnabled)
292 argA[term] = get_texel_array(swrast, srcUnit);
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 190 const GLuint srcUnit = srcRGB - GL_TEXTURE0;
191 ASSERT(srcUnit < ctx->Const.MaxTextureUnits);
192 if (!ctx->Texture.Unit[srcUnit]._ReallyEnabled)
194 argRGB[term] = get_texel_array(swrast, srcUnit);
280 const GLuint srcUnit = srcA - GL_TEXTURE0;
281 ASSERT(srcUnit < ctx->Const.MaxTextureUnits);
282 if (!ctx->Texture.Unit[srcUnit]._ReallyEnabled)
284 argA[term] = get_texel_array(swrast, srcUnit);

Completed in 151 milliseconds