HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
448 const struct gl_texture_unit *unit = &ctx->Texture.Unit[unit_id]; local
450 if (unit->_ReallyEnabled && unit->_Current->Target != GL_TEXTURE_BUFFER) {
451 const struct gl_texture_object *t = unit->_Current;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 500 if (ctx->Texture.Unit[i].Sampler)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 414 if (ctx->Texture.Unit[i]._ReallyEnabled) {
583 "Texgen unit 0",
584 "Texgen unit 1",
585 "Texgen unit 2",
586 "Texgen unit 3",
587 "Texgen unit 4",
588 "Texgen unit 5",
r200_state.c 2071 GLuint unit; local
2160 int unit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1931 int unit; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 48 GLuint unit, GLfloat color[4])
53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
54 ctx->Texture.Unit[unit]._Current,
281 /* sample from unit idx using texinst->src as coords */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
samplerobj.c 245 _mesa_BindSampler(GLuint unit, GLuint sampler)
250 if (unit >= ctx->Const.MaxCombinedTextureImageUnits) {
251 _mesa_error(ctx, GL_INVALID_VALUE, "glBindSampler(unit %u)", unit);
270 if (ctx->Texture.Unit[unit].Sampler != sampObj) {
275 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler,
    [all...]
texobj.c 1040 for (u = 0; u < Elements(ctx->Texture.Unit); u++) {
1041 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local
1043 if (texObj == unit->CurrentTex[tex]) {
1044 _mesa_reference_texobj(&unit->CurrentTex[tex],
1046 ASSERT(unit->CurrentTex[tex]);
1063 * texture unit, unbind the texture first. Decrement the reference
    [all...]
get.c 51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
2000 struct gl_texture_unit *unit; local
    [all...]
enable.c 214 * Return pointer to current texture unit for setting/getting coordinate
217 * texture unit is higher than the number of supported coordinate units.
223 _mesa_error(ctx, GL_INVALID_OPERATION, "glEnable/Disable(texcoord unit)");
227 return &ctx->Texture.Unit[ctx->Texture.CurrentUnit];
    [all...]
context.c 43 * <LI> Texture unit, object and image handling </LI>
706 /* Texture unit checks */
1028 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]
    [all...]
ff_fragment_shader.cpp 129 } unit[MAX_TEXTURE_UNITS]; member in struct:state_key
429 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
441 key->unit[i].enabled = 1;
446 key->unit[i].source_index =
449 key->unit[i].shadow =
454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB;
455 key->unit[i].NumArgsA = comb->_NumArgsA;
457 key->unit[i].ModeRGB =
459 key->unit[i].ModeA =
462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB
1220 GLuint unit; local
1289 unsigned int unit; local
    [all...]
  /external/mesa3d/src/mesa/main/
samplerobj.c 245 _mesa_BindSampler(GLuint unit, GLuint sampler)
250 if (unit >= ctx->Const.MaxCombinedTextureImageUnits) {
251 _mesa_error(ctx, GL_INVALID_VALUE, "glBindSampler(unit %u)", unit);
270 if (ctx->Texture.Unit[unit].Sampler != sampObj) {
275 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler,
    [all...]
texobj.c 1040 for (u = 0; u < Elements(ctx->Texture.Unit); u++) {
1041 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local
1043 if (texObj == unit->CurrentTex[tex]) {
1044 _mesa_reference_texobj(&unit->CurrentTex[tex],
1046 ASSERT(unit->CurrentTex[tex]);
1063 * texture unit, unbind the texture first. Decrement the reference
    [all...]
get.c 51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
2000 struct gl_texture_unit *unit; local
    [all...]
enable.c 214 * Return pointer to current texture unit for setting/getting coordinate
217 * texture unit is higher than the number of supported coordinate units.
223 _mesa_error(ctx, GL_INVALID_OPERATION, "glEnable/Disable(texcoord unit)");
227 return &ctx->Texture.Unit[ctx->Texture.CurrentUnit];
    [all...]
context.c 43 * <LI> Texture unit, object and image handling </LI>
706 /* Texture unit checks */
1028 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 2071 GLuint unit; local
2160 int unit; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 52 var proxyform = new Test.Unit.Runner({
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 49 var proxyform = new Test.Unit.Runner({
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 286 "StringContext Symbol Throwable Traversable TraversableOnce Tuple Unit Vector :: #:: " +
  /external/zlib/src/contrib/delphi/
ZLib.pas 4 { ZLIB Data Compression Interface Unit }
12 unit ZLib;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c     [all...]

Completed in 1246 milliseconds

1 2 3 4 5 6 78 9