Searched refs:GL_SHININESS (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if187 public static final int GL_SHININESS = 0x1601;
/frameworks/native/opengl/libagl/
H A Dlight.cpp571 if (ggl_unlikely(pname != GL_SHININESS)) {
777 case GL_SHININESS:
817 case GL_SHININESS:
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp2771 #if defined(GL_SHININESS)
2772 case GL_SHININESS:
2773 #endif // defined(GL_SHININESS)
2838 #if defined(GL_SHININESS)
2839 case GL_SHININESS:
2840 #endif // defined(GL_SHININESS)
2926 #if defined(GL_SHININESS)
2927 case GL_SHININESS:
2928 #endif // defined(GL_SHININESS)
2993 #if defined(GL_SHININESS)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java187 public static final int GL_SHININESS = 0x1601; field in class:GLES10
H A DGLLogWrapper.java802 case GL_SHININESS:
803 return "GL_SHININESS";
821 case GL_SHININESS:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java185 int GL_SHININESS = 0x1601; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h344 #define GL_SHININESS 0x1601 macro
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c555 glMaterialx(GL_FRONT_AND_BACK, GL_SHININESS, 60 << 16);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h301 #define GL_SHININESS 0x1601 macro

Completed in 598 milliseconds