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

  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-checks 18 glMaterial ifcheck params 1 pname GL_SHININESS ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION,GL_AMBIENT_AND_DIFFUSE
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.0.2.html 54 <li>Fixed a bug when using glMaterial in display lists (bug 10604)
relnotes-7.0.4.html 35 <li>Fixed a per-vertex glMaterial bug which could cause bad lighting
relnotes-7.5.html 80 <li>Optimize-out redundant glMaterial and glShadeModel calls in display lists
relnotes-8.0.3.html 139 <li>mesa: fix glMaterial / dlist bug</li>
versions.html 225 <li>glMaterial with pname==GL_AMBIENT_AND_DIFFUSE was broken
395 <li>glMaterial() wasn't ignored when GL_COLOR_MATERIAL was enabled
853 <li>glColorMaterial and glMaterial updates to emissive and ambient
    [all...]
relnotes-7.11.1.html 376 <li>mesa: fix error handling for glMaterial*</li>
VERSIONS 169 - glMaterial with pname==GL_AMBIENT_AND_DIFFUSE was broken
309 - glMaterial() wasn't ignored when GL_COLOR_MATERIAL was enabled
699 - glColorMaterial and glMaterial updates to emissive and ambient
    [all...]
  /external/mesa3d/docs/
relnotes-7.0.2.html 54 <li>Fixed a bug when using glMaterial in display lists (bug 10604)
relnotes-7.0.4.html 35 <li>Fixed a per-vertex glMaterial bug which could cause bad lighting
relnotes-7.5.html 80 <li>Optimize-out redundant glMaterial and glShadeModel calls in display lists
relnotes-8.0.3.html 139 <li>mesa: fix glMaterial / dlist bug</li>
versions.html 225 <li>glMaterial with pname==GL_AMBIENT_AND_DIFFUSE was broken
395 <li>glMaterial() wasn't ignored when GL_COLOR_MATERIAL was enabled
853 <li>glColorMaterial and glMaterial updates to emissive and ambient
    [all...]
relnotes-7.11.1.html 376 <li>mesa: fix error handling for glMaterial*</li>
VERSIONS 169 - glMaterial with pname==GL_AMBIENT_AND_DIFFUSE was broken
309 - glMaterial() wasn't ignored when GL_COLOR_MATERIAL was enabled
699 - glColorMaterial and glMaterial updates to emissive and ambient
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 77 glMaterial ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION,GL_AMBIENT_AND_DIFFUSE
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_api.c 742 * Save a glMaterial call found between glBegin/End.
743 * glMaterial calls outside Begin/End are handled in dlist.c.
751 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(face)");
770 _mesa_compile_error(ctx, GL_INVALID_VALUE, "glMaterial(shininess)");
784 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(pname)");
    [all...]
vbo_exec_api.c 451 * Execute a glMaterial call. Note that if GL_COLOR_MATERIAL is enabled,
480 _mesa_error(ctx, GL_INVALID_ENUM, "glMaterial(invalid face)");
512 "glMaterial(invalid shininess: %f out range [0, %f])",
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 742 * Save a glMaterial call found between glBegin/End.
743 * glMaterial calls outside Begin/End are handled in dlist.c.
751 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(face)");
770 _mesa_compile_error(ctx, GL_INVALID_VALUE, "glMaterial(shininess)");
784 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(pname)");
    [all...]
vbo_exec_api.c 451 * Execute a glMaterial call. Note that if GL_COLOR_MATERIAL is enabled,
480 _mesa_error(ctx, GL_INVALID_ENUM, "glMaterial(invalid face)");
512 "glMaterial(invalid shininess: %f out range [0, %f])",
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 181 glMaterial(GL_FRONT_AND_BACK, type, fb16);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c     [all...]
  /external/mesa3d/src/mesa/main/
dlist.c     [all...]

Completed in 1259 milliseconds