OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasTexture
(Results
1 - 12
of
12
) sorted by null
/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) {
OpenGLRenderer.cpp
[
all
...]
/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
...]
/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/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) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java
349
if (!materialHelper.
hasTexture
(material, MaterialHelper.TEXTURE_TYPE_DIFFUSE)) {
355
if (!materialHelper.
hasTexture
(material, MaterialHelper.TEXTURE_TYPE_COLOR)) {
Completed in 233 milliseconds