Home
last modified time | relevance | path

Searched refs:material (Results 1 – 25 of 264) sorted by relevance

1234567891011

/external/v8/benchmarks/
Draytrace.js420 initialize : function(pos, radius, material) { argument
423 this.material = material;
451 info.color = this.material.getColor(0,0);
472 initialize : function(pos, d, material) { argument
475 this.material = material;
499 if(this.material.hasTexture){
504 info.color = this.material.getColor(u,v);
506 info.color = this.material.getColor(0,0);
713 var shininess = Math.pow(10, info.shape.material.gloss + 1);
744 if(this.options.renderReflections && info.shape.material.reflection > 0)
[all …]
/external/boringssl/ios-arm/crypto/chacha/
Dchacha-armv4.S93 ldmia sp,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9} @ load key material
239 ldr r8,[sp,#4*(0)] @ load key material
254 add r0,r0,r8 @ accumulate key material
287 ldmia r8,{r8,r9,r10,r11} @ load key material
292 add r4,r4,r8 @ accumulate key material
325 ldmia r8,{r8,r9,r10,r11} @ load key material
332 add r0,r0,r8 @ accumulate key material
370 ldmia r8,{r8,r9,r10,r11} @ load key material
374 add r4,r4,r8 @ accumulate key material
434 add r0,r0,r8 @ accumulate key material
[all …]
/external/boringssl/linux-arm/crypto/chacha/
Dchacha-armv4.S92 ldmia sp,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9} @ load key material
238 ldr r8,[sp,#4*(0)] @ load key material
253 add r0,r0,r8 @ accumulate key material
286 ldmia r8,{r8,r9,r10,r11} @ load key material
291 add r4,r4,r8 @ accumulate key material
324 ldmia r8,{r8,r9,r10,r11} @ load key material
331 add r0,r0,r8 @ accumulate key material
369 ldmia r8,{r8,r9,r10,r11} @ load key material
373 add r4,r4,r8 @ accumulate key material
433 add r0,r0,r8 @ accumulate key material
[all …]
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp96 D3DMATERIAL8 material; in Direct3DDevice8() local
98 material.Diffuse.r = 1.0f; in Direct3DDevice8()
99 material.Diffuse.g = 1.0f; in Direct3DDevice8()
100 material.Diffuse.b = 1.0f; in Direct3DDevice8()
101 material.Diffuse.a = 0.0f; in Direct3DDevice8()
102 material.Ambient.r = 0.0f; in Direct3DDevice8()
103 material.Ambient.g = 0.0f; in Direct3DDevice8()
104 material.Ambient.b = 0.0f; in Direct3DDevice8()
105 material.Ambient.a = 0.0f; in Direct3DDevice8()
106 material.Emissive.r = 0.0f; in Direct3DDevice8()
[all …]
DDirect3DStateBlock8.hpp54 void setMaterial(const D3DMATERIAL8 *material);
139 D3DMATERIAL8 material; member in D3D8::Direct3DStateBlock8
DDirect3DDevice8.hpp105 long __stdcall GetMaterial(D3DMATERIAL8 *material) override;
136 long __stdcall SetMaterial(const D3DMATERIAL8 *material) override;
186 D3DMATERIAL8 material; member in D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp108 D3DMATERIAL9 material; in Direct3DDevice9() local
110 material.Diffuse.r = 1.0f; in Direct3DDevice9()
111 material.Diffuse.g = 1.0f; in Direct3DDevice9()
112 material.Diffuse.b = 1.0f; in Direct3DDevice9()
113 material.Diffuse.a = 0.0f; in Direct3DDevice9()
114 material.Ambient.r = 0.0f; in Direct3DDevice9()
115 material.Ambient.g = 0.0f; in Direct3DDevice9()
116 material.Ambient.b = 0.0f; in Direct3DDevice9()
117 material.Ambient.a = 0.0f; in Direct3DDevice9()
118 material.Emissive.r = 0.0f; in Direct3DDevice9()
[all …]
DDirect3DStateBlock9.hpp59 void setMaterial(const D3DMATERIAL9 *material);
161 D3DMATERIAL9 material; member in D3D9::Direct3DStateBlock9
DDirect3DStateBlock9.cpp220 device->SetMaterial(&material); in Apply()
468 device->GetMaterial(&material); in Capture()
667 void Direct3DStateBlock9::setMaterial(const D3DMATERIAL9 *material) in setMaterial() argument
670 this->material = *material; in setMaterial()
1342 device->GetMaterial(&material); in captureMaterial()
DDirect3DDevice9Ex.cpp404 long Direct3DDevice9Ex::GetMaterial(D3DMATERIAL9 *material) in GetMaterial() argument
406 TRACE("D3DMATERIAL9 *material = 0x%0.8p", material); in GetMaterial()
408 return Direct3DDevice9::GetMaterial(material); in GetMaterial()
705 long Direct3DDevice9Ex::SetMaterial(const D3DMATERIAL9 *material) in SetMaterial() argument
707 TRACE("const D3DMATERIAL9 *material = 0x%0.8p", material); in SetMaterial()
709 return Direct3DDevice9::SetMaterial(material); in SetMaterial()
DDirect3DDevice9.hpp109 long __stdcall GetMaterial(D3DMATERIAL9 *material) override;
152 long __stdcall SetMaterial(const D3DMATERIAL9 *material) override;
218 D3DMATERIAL9 material; member in D3D9::Direct3DDevice9
/external/epid-sdk/
DCHANGELOG.md187 - Sample material includes compressed keys.
226 - Signed binary issuer material support.
228 - Binary issuer material validation APIs.
230 - Updated sample issuer material.
232 - Updated samples that parse signed binary issuer material.
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c466 _debug_printf("\t\t.material.diffuse[0] = %f\n", (*cmd).material.diffuse[0]); in dump_SVGA3dCmdSetMaterial()
467 _debug_printf("\t\t.material.diffuse[1] = %f\n", (*cmd).material.diffuse[1]); in dump_SVGA3dCmdSetMaterial()
468 _debug_printf("\t\t.material.diffuse[2] = %f\n", (*cmd).material.diffuse[2]); in dump_SVGA3dCmdSetMaterial()
469 _debug_printf("\t\t.material.diffuse[3] = %f\n", (*cmd).material.diffuse[3]); in dump_SVGA3dCmdSetMaterial()
470 _debug_printf("\t\t.material.ambient[0] = %f\n", (*cmd).material.ambient[0]); in dump_SVGA3dCmdSetMaterial()
471 _debug_printf("\t\t.material.ambient[1] = %f\n", (*cmd).material.ambient[1]); in dump_SVGA3dCmdSetMaterial()
472 _debug_printf("\t\t.material.ambient[2] = %f\n", (*cmd).material.ambient[2]); in dump_SVGA3dCmdSetMaterial()
473 _debug_printf("\t\t.material.ambient[3] = %f\n", (*cmd).material.ambient[3]); in dump_SVGA3dCmdSetMaterial()
474 _debug_printf("\t\t.material.specular[0] = %f\n", (*cmd).material.specular[0]); in dump_SVGA3dCmdSetMaterial()
475 _debug_printf("\t\t.material.specular[1] = %f\n", (*cmd).material.specular[1]); in dump_SVGA3dCmdSetMaterial()
[all …]
/external/Microsoft-GSL/
DThirdPartyNotices.txt5 …arty material from the projects listed below. The original copyright notice and the license under …
/external/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt17 …istribution this material, it must be available freely under the conditions stated here. That is, …
/external/epid-sdk/example/data/
DREADME.md3 This folder contains sample issuer material for use with the Intel(R)
77 _Note: No compressed key sample material is included in this folder._
/external/expat/win32/
DMANIFEST.txt5 users, and some contain material of interest to developers who wish to
/external/elfutils/
DCOPYING169 the terms of this License in conveying all material for which you do
173 your copyrighted material outside their relationship with you.
358 additional permissions on material, added by you to a covered work,
361 Notwithstanding any other provision of this License, for material you
363 that material) supplement the terms of this License with terms:
369 author attributions in that material or in the Appropriate Legal
372 c) Prohibiting misrepresentation of the origin of that material, or
373 requiring that modified versions of such material be marked in
377 authors of the material; or
383 material by anyone who conveys the material (or modified versions of
[all …]
/external/libnl/doc/
DCOPYING169 the terms of this License in conveying all material for which you do
173 your copyrighted material outside their relationship with you.
358 additional permissions on material, added by you to a covered work,
361 Notwithstanding any other provision of this License, for material you
363 that material) supplement the terms of this License with terms:
369 author attributions in that material or in the Appropriate Legal
372 c) Prohibiting misrepresentation of the origin of that material, or
373 requiring that modified versions of such material be marked in
377 authors of the material; or
383 material by anyone who conveys the material (or modified versions of
[all …]
/external/dnsmasq/
DCOPYING-v3169 the terms of this License in conveying all material for which you do
173 your copyrighted material outside their relationship with you.
358 additional permissions on material, added by you to a covered work,
361 Notwithstanding any other provision of this License, for material you
363 that material) supplement the terms of this License with terms:
369 author attributions in that material or in the Appropriate Legal
372 c) Prohibiting misrepresentation of the origin of that material, or
373 requiring that modified versions of such material be marked in
377 authors of the material; or
383 material by anyone who conveys the material (or modified versions of
[all …]
/external/eigen/
DCOPYING.GPL169 the terms of this License in conveying all material for which you do
173 your copyrighted material outside their relationship with you.
358 additional permissions on material, added by you to a covered work,
361 Notwithstanding any other provision of this License, for material you
363 that material) supplement the terms of this License with terms:
369 author attributions in that material or in the Appropriate Legal
372 c) Prohibiting misrepresentation of the origin of that material, or
373 requiring that modified versions of such material be marked in
377 authors of the material; or
383 material by anyone who conveys the material (or modified versions of
[all …]
/external/javaparser/
DLICENSE.GPL169 the terms of this License in conveying all material for which you do
173 your copyrighted material outside their relationship with you.
358 additional permissions on material, added by you to a covered work,
361 Notwithstanding any other provision of this License, for material you
363 that material) supplement the terms of this License with terms:
369 author attributions in that material or in the Appropriate Legal
372 c) Prohibiting misrepresentation of the origin of that material, or
373 requiring that modified versions of such material be marked in
377 authors of the material; or
383 material by anyone who conveys the material (or modified versions of
[all …]
/external/mesa3d/src/gallium/state_trackers/nine/
Dstateblock9.c294 dst->ff.material = src->ff.material; in nine_state_copy_common()
467 dst->ff.material = src->ff.material; in nine_state_copy_common_all()
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT75 Algorithm" in all material mentioning or referencing this software
80 Security, Inc. MD5 Message-Digest Algorithm" in all material
/external/nos/host/android/hals/keymaster/test/
Dimport_key_test.cpp314 if (request.symmetric_key().material().size() != symmetric_key_size_ || in MatchAndExplainSymmetricKey()
315 memcmp(request.symmetric_key().material().data(), in MatchAndExplainSymmetricKey()

1234567891011