HomeSort by relevance Sort by last modified time
    Searched full:emissive (Results 1 - 9 of 9) sorted by null

  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 63 private ColorRGBA ambient, diffuse, specular, emissive; field in class:MaterialLoader
228 }else if (keyword.equals("emissive")){
229 emissive = readColor(split[1]);
381 if (emissive != null){
382 mat.setColor("GlowColor", emissive);
408 if (emissive != null){
409 mat.setColor("GlowColor", emissive);
  /external/mesa3d/docs/
conform.html 169 Emissive Material test passed.
282 Emissive Material test passed.
395 Emissive Material test passed.
508 Emissive Material test passed.
621 Emissive Material test passed.
versions.html 853 <li>glColorMaterial and glMaterial updates to emissive and ambient
    [all...]
VERSIONS 699 - glColorMaterial and glMaterial updates to emissive and ambient
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 412 _debug_printf("\t\t.material.emissive[0] = %f\n", (*cmd).material.emissive[0]);
413 _debug_printf("\t\t.material.emissive[1] = %f\n", (*cmd).material.emissive[1]);
414 _debug_printf("\t\t.material.emissive[2] = %f\n", (*cmd).material.emissive[2]);
415 _debug_printf("\t\t.material.emissive[3] = %f\n", (*cmd).material.emissive[3]);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 502 D3DCOLORVALUE emissive; member in union:_D3DMATERIAL::__anon34044
527 D3DCOLORVALUE emissive; member in union:_D3DMATERIAL7::__anon34049
    [all...]
d3d8types.h     [all...]
d3d9types.h     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1595 float emissive[4]; member in struct:__anon16589
    [all...]

Completed in 2808 milliseconds