Home
last modified time | relevance | path

Searched refs:Emissive (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c325 mat->Emissive.r,mat->Emissive.r,mat->Emissive.g,mat->Emissive.a, in nine_dump_D3DMATERIAL9()
Dnine_ff.c1918 memcpy(&dst[24], &mtl->Emissive, 4 * sizeof(float)); in nine_ff_load_lights()
1920 dst[19].x = dst[25].x * mtl->Ambient.r + mtl->Emissive.r; in nine_ff_load_lights()
1921 dst[19].y = dst[25].y * mtl->Ambient.g + mtl->Emissive.g; in nine_ff_load_lights()
1922 dst[19].z = dst[25].z * mtl->Ambient.b + mtl->Emissive.b; in nine_ff_load_lights()
/third_party/openGLES/extensions/HP/
DHP_texture_lighting.txt77 Emissive, ambient, and diffuse color, c :
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_texture_lighting.txt77 Emissive, ambient, and diffuse color, c :
/third_party/openGLES/extensions/EXT/
DEXT_separate_specular_color.txt57 RESOLVED - Emissive is included with the ambient and diffuse
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_separate_specular_color.txt57 RESOLVED - Emissive is included with the ambient and diffuse
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1649 D3DCOLORVALUE Emissive; member