/external/v8/benchmarks/ |
D | raytrace.js | 420 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/ |
D | chacha-armv4.S | 93 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/ |
D | chacha-armv4.S | 92 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/ |
D | Direct3DDevice8.cpp | 96 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 …]
|
D | Direct3DStateBlock8.hpp | 54 void setMaterial(const D3DMATERIAL8 *material); 139 D3DMATERIAL8 material; member in D3D8::Direct3DStateBlock8
|
D | Direct3DDevice8.hpp | 105 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/ |
D | Direct3DDevice9.cpp | 108 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 …]
|
D | Direct3DStateBlock9.hpp | 59 void setMaterial(const D3DMATERIAL9 *material); 161 D3DMATERIAL9 material; member in D3D9::Direct3DStateBlock9
|
D | Direct3DStateBlock9.cpp | 220 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()
|
D | Direct3DDevice9Ex.cpp | 404 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()
|
D | Direct3DDevice9.hpp | 109 long __stdcall GetMaterial(D3DMATERIAL9 *material) override; 152 long __stdcall SetMaterial(const D3DMATERIAL9 *material) override; 218 D3DMATERIAL9 material; member in D3D9::Direct3DDevice9
|
/external/epid-sdk/ |
D | CHANGELOG.md | 187 - 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/ |
D | svga_dump.c | 466 _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/ |
D | ThirdPartyNotices.txt | 5 …arty material from the projects listed below. The original copyright notice and the license under …
|
/external/libjpeg-turbo/testimages/ |
D | nightshot_iso_100.txt | 17 …istribution this material, it must be available freely under the conditions stated here. That is, …
|
/external/epid-sdk/example/data/ |
D | README.md | 3 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/ |
D | MANIFEST.txt | 5 users, and some contain material of interest to developers who wish to
|
/external/elfutils/ |
D | COPYING | 169 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/ |
D | COPYING | 169 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/ |
D | COPYING-v3 | 169 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/ |
D | COPYING.GPL | 169 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/ |
D | LICENSE.GPL | 169 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/ |
D | stateblock9.c | 294 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/ |
D | COPYRIGHT | 75 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/ |
D | import_key_test.cpp | 314 if (request.symmetric_key().material().size() != symmetric_key_size_ || in MatchAndExplainSymmetricKey() 315 memcmp(request.symmetric_key().material().data(), in MatchAndExplainSymmetricKey()
|