HomeSort by relevance Sort by last modified time
    Searched full:hastexture (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/cc/output/
copy_output_result.h 38 bool IsEmpty() const { return !HasBitmap() && !HasTexture(); }
40 bool HasTexture() const { return texture_mailbox_.IsValid(); }
  /frameworks/base/libs/hwui/
ProgramCache.cpp 452 if (description.hasTexture || description.hasExternalTexture) {
473 if (description.hasTexture || description.hasExternalTexture) {
493 } else if (description.hasTexture || description.hasExternalTexture) {
541 if (description.hasTexture || description.hasExternalTexture) {
559 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
566 if (description.hasTexture) {
586 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
588 const bool singleA8Texture = description.hasTexture &&
590 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
666 if (description.hasTexture || description.hasExternalTexture)
    [all...]
Program.h 122 bool hasTexture;
169 hasTexture = false;
231 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;
Program.cpp 50 if (description.hasTexture || description.hasExternalTexture) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 331 hasTexture: false,
349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
365 this.hasTexture = false;
373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
396 this.hasTexture = true;
409 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
435 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 331 hasTexture: false,
349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
365 this.hasTexture = false;
373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
396 this.hasTexture = true;
409 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
435 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_opcodes.c 361 .HasTexture = 1,
368 .HasTexture = 1,
375 .HasTexture = 1,
382 .HasTexture = 1,
389 .HasTexture = 1,
radeon_opcodes.h 250 unsigned int HasTexture:1;
radeon_compiler_util.c 129 if (info->HasTexture) {
231 if (info->HasTexture) {
431 if (info->HasTexture) {
radeon_pair_translate.c 369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.c 361 .HasTexture = 1,
368 .HasTexture = 1,
375 .HasTexture = 1,
382 .HasTexture = 1,
389 .HasTexture = 1,
radeon_opcodes.h 250 unsigned int HasTexture:1;
radeon_compiler_util.c 129 if (info->HasTexture) {
231 if (info->HasTexture) {
431 if (info->HasTexture) {
radeon_pair_translate.c 369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 330 hasTexture: false,
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
364 this.hasTexture = false;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
395 this.hasTexture = true;
408 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
499 if(this.material.hasTexture){
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 325 hasTexture: false,
343 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
359 this.hasTexture = false;
367 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
390 this.hasTexture = true;
403 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
494 if(this.material.hasTexture){
    [all...]
  /external/chromium_org/v8/benchmarks/
raytrace.js 330 hasTexture: false,
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
364 this.hasTexture = false;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
395 this.hasTexture = true;
408 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
499 if(this.material.hasTexture){
    [all...]
  /external/v8/benchmarks/
raytrace.js 330 hasTexture: false,
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
364 this.hasTexture = false;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
395 this.hasTexture = true;
408 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
499 if(this.material.hasTexture){
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 459 int hastexture = 1; local
462 hastexture = 0;
465 hastexture = 0;
468 if (hastexture)
477 if (hastexture) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 459 int hastexture = 1; local
462 hastexture = 0;
465 hastexture = 0;
468 if (hastexture)
477 if (hastexture) {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_copyrequest.cc 572 EXPECT_TRUE(result->HasTexture());
758 EXPECT_TRUE(result->HasTexture());
790 EXPECT_TRUE(result->HasTexture());
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-raytrace.html     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c 527 int hastexture = 1; local
531 hastexture = 0;
534 hastexture = 0;
537 if (!hastexture)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 527 int hastexture = 1; local
531 hastexture = 0;
534 hastexture = 0;
537 if (!hastexture)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialHelper.java 393 public boolean hasTexture(Material material) {
429 public boolean hasTexture(Material material, String textureType) {

Completed in 591 milliseconds

1 2