HomeSort by relevance Sort by last modified time
    Searched full:hastexture (Results 1 - 25 of 35) 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 472 if (description.hasTexture || description.hasExternalTexture) {
496 if (description.hasTexture || description.hasExternalTexture) {
519 } else if (description.hasTexture || description.hasExternalTexture) {
570 if (description.hasTexture || description.hasExternalTexture) {
591 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
598 if (description.hasTexture) {
625 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
627 const bool singleA8Texture = description.hasTexture &&
629 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
705 if (description.hasTexture || description.hasExternalTexture)
    [all...]
Program.h 123 bool hasTexture;
172 hasTexture = false;
237 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)
radeon_program_print.c 313 if (opcode->HasTexture) {
  /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/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 566 EXPECT_TRUE(result->HasTexture());
751 EXPECT_TRUE(result->HasTexture());
783 EXPECT_TRUE(result->HasTexture());
    [all...]
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 440 if (result->HasTexture()) {
477 DCHECK(result->HasTexture());
615 if (!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...]

Completed in 578 milliseconds

1 2