Searched refs:GL_DIFFUSE (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec13 glGetLight ifcheck params 1 pname GL_SPOT_EXPONENT,GL_SPOT_CUTOFF,GL_CONSTANT_ATTENUATION,GL_LINEAR_ATTENUATION,GL_QUADRATIC_ATTENUATION ifcheck params 3 pname GL_SPOT_DIRECTION ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION
14 glGetMaterial ifcheck params 1 pname GL_SHININESS ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION,GL_AMBIENT_AND_DIFFUSE
18 glLight ifcheck params 1 pname GL_SPOT_EXPONENT,GL_SPOT_CUTOFF,GL_CONSTANT_ATTENUATION,GL_LINEAR_ATTENUATION,GL_QUADRATIC_ATTENUATION ifcheck params 3 pname GL_SPOT_DIRECTION ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION
20 glMaterial ifcheck params 1 pname GL_SHININESS ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION,GL_AMBIENT_AND_DIFFUSE
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1039 #if defined(GL_DIFFUSE)
1040 case GL_DIFFUSE:
1041 #endif // defined(GL_DIFFUSE)
1120 #if defined(GL_DIFFUSE)
1121 case GL_DIFFUSE:
1122 #endif // defined(GL_DIFFUSE)
1211 #if defined(GL_DIFFUSE)
1212 case GL_DIFFUSE:
1213 #endif // defined(GL_DIFFUSE)
1292 #if defined(GL_DIFFUSE)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp2268 #if defined(GL_DIFFUSE)
2269 case GL_DIFFUSE:
2270 #endif // defined(GL_DIFFUSE)
2349 #if defined(GL_DIFFUSE)
2350 case GL_DIFFUSE:
2351 #endif // defined(GL_DIFFUSE)
2451 #if defined(GL_DIFFUSE)
2452 case GL_DIFFUSE:
2453 #endif // defined(GL_DIFFUSE)
2532 #if defined(GL_DIFFUSE)
[all...]
H A Dandroid_opengl_GLES10.cpp2140 #if defined(GL_DIFFUSE)
2141 case GL_DIFFUSE:
2142 #endif // defined(GL_DIFFUSE)
2221 #if defined(GL_DIFFUSE)
2222 case GL_DIFFUSE:
2223 #endif // defined(GL_DIFFUSE)
2323 #if defined(GL_DIFFUSE)
2324 case GL_DIFFUSE:
2325 #endif // defined(GL_DIFFUSE)
2404 #if defined(GL_DIFFUSE)
[all...]
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java116 gl.glLightfv(GL10.GL_LIGHT0, GL10.GL_DIFFUSE, lightDiffuse, 0);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c548 glLightxv(GL_LIGHT0, GL_DIFFUSE, light0Diffuse);
550 glLightxv(GL_LIGHT1, GL_DIFFUSE, light1Diffuse);
552 glLightxv(GL_LIGHT2, GL_DIFFUSE, light2Diffuse);
/frameworks/native/opengl/libagl/
H A Dlight.cpp529 case GL_DIFFUSE:
770 case GL_DIFFUSE: what = c->lighting.front.diffuse.v; break;
810 case GL_DIFFUSE: what = c->lighting.front.diffuse.v; break;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java59 public static final int GL_DIFFUSE = 0x1201; field in class:GLES10
H A DGLLogWrapper.java796 case GL_DIFFUSE:
797 return "GL_DIFFUSE";
815 case GL_DIFFUSE:
841 case GL_DIFFUSE:
842 return "GL_DIFFUSE";
868 case GL_DIFFUSE:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java57 int GL_DIFFUSE = 0x1201; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h303 #define GL_DIFFUSE 0x1201 macro
347 /* GL_DIFFUSE */
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h260 #define GL_DIFFUSE 0x1201 macro
304 /* GL_DIFFUSE */

Completed in 300 milliseconds