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

1 2

  /development/tools/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);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 77 case GL_COLOR_ARRAY:
154 case GL_COLOR_ARRAY:
GLEScmContext.cpp 40 m_map[GL_COLOR_ARRAY] = new GLESpointer();
78 case GL_COLOR_ARRAY:
253 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/GlobalTime/src/com/android/globaltime/
Shape.java 259 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
262 gl.glDisableClientState(GL10.GL_COLOR_ARRAY);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 134 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /frameworks/base/opengl/java/android/opengl/
Group.java 116 gl.glDisableClientState(gl.GL_COLOR_ARRAY);
GLES10.java 44 public static final int GL_COLOR_ARRAY = 0x8076;
    [all...]
  /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...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 44 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
140 case GL_COLOR_ARRAY:
glUtils.cpp 145 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/base/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);
  /development/tools/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 379 glEnableClientState(GL_COLOR_ARRAY);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 265 GL_COLOR_ARRAY(0x8076),
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 42 int GL_COLOR_ARRAY = 0x8076;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 265 GL_COLOR_ARRAY(0x8076),

Completed in 1564 milliseconds

1 2