HomeSort by relevance Sort by last modified time
    Searched refs:GL_COLOR_ARRAY (Results 1 - 25 of 68) sorted by null

1 2 3

  /sdk/emulator/opengl/tests/ut_renderer/
RendererContext.h 67 case GL_COLOR_ARRAY:
85 case GL_COLOR_ARRAY:
RenderingThread.cpp 196 if (m_currentContext->getClientState(GL_COLOR_ARRAY, 0)) {
197 m_glEnableClientState(GL_COLOR_ARRAY);
200 m_glDisableClientState(GL_COLOR_ARRAY);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 77 case GL_COLOR_ARRAY:
154 case GL_COLOR_ARRAY:
GLEScmContext.cpp 47 m_map[GL_COLOR_ARRAY] = new GLESpointer();
85 case GL_COLOR_ARRAY:
260 arrType == GL_COLOR_ARRAY_POINTER ? GL_COLOR_ARRAY :
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 54 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
TouchRotateActivity.java 131 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
FrameBufferObjectActivity.java 155 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
171 gl.glDisableClientState(GL10.GL_COLOR_ARRAY);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 68 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 55 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 134 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /external/quake/quake/src/WinQuake/
gl_rlight.cpp 92 glEnableClientState(GL_COLOR_ARRAY);
119 glDisableClientState(GL_COLOR_ARRAY);
r_part.cpp 675 glEnableClientState(GL_COLOR_ARRAY);
855 glDisableClientState(GL_COLOR_ARRAY);
gl_rmain.cpp 337 glEnableClientState(GL_COLOR_ARRAY);
427 glDisableClientState(GL_COLOR_ARRAY);
    [all...]
  /gdk/samples/quake/jni/
gl_rlight.cpp 92 glEnableClientState(GL_COLOR_ARRAY);
119 glDisableClientState(GL_COLOR_ARRAY);
r_part.cpp 675 glEnableClientState(GL_COLOR_ARRAY);
855 glDisableClientState(GL_COLOR_ARRAY);
gl_rmain.cpp 337 glEnableClientState(GL_COLOR_ARRAY);
427 glDisableClientState(GL_COLOR_ARRAY);
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 44 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
140 case GL_COLOR_ARRAY:
glUtils.cpp 146 case GL_COLOR_ARRAY:
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 163 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 156 //glEnableClientState(GL_COLOR_ARRAY);
446 glDisableClientState(GL_COLOR_ARRAY);
451 glEnableClientState(GL_COLOR_ARRAY);
478 glEnableClientState(GL_COLOR_ARRAY);
  /frameworks/native/opengl/tests/angeles/
demo.c 156 //glEnableClientState(GL_COLOR_ARRAY);
446 glDisableClientState(GL_COLOR_ARRAY);
451 glEnableClientState(GL_COLOR_ARRAY);
478 glEnableClientState(GL_COLOR_ARRAY);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 395 glEnableClientState(GL_COLOR_ARRAY);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 44 public static final int GL_COLOR_ARRAY = 0x8076;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 42 int GL_COLOR_ARRAY = 0x8076;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 157 #define GL_COLOR_ARRAY 0x8076
    [all...]

Completed in 869 milliseconds

1 2 3