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

1 2 3 4 5

  /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 44 m_map[GL_COLOR_ARRAY] = new GLESpointer();
82 case GL_COLOR_ARRAY:
257 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);
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
CubeRenderer.java 64 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /external/chromium_org/third_party/mesa/src/src/glx/
single2.c 167 case GL_COLOR_ARRAY:
179 retval = __glXGetArraySize(state, GL_COLOR_ARRAY, 0, data);
195 retval = __glXGetArrayType(state, GL_COLOR_ARRAY, 0, data);
217 retval = __glXGetArrayStride(state, GL_COLOR_ARRAY, 0, data);
809 case GL_COLOR_ARRAY:
vertarr.c 198 __indirect_glEnableClientState(GL_COLOR_ARRAY);
render2.c 335 case GL_COLOR_ARRAY:
364 case GL_COLOR_ARRAY:
  /external/mesa3d/src/glx/
single2.c 167 case GL_COLOR_ARRAY:
179 retval = __glXGetArraySize(state, GL_COLOR_ARRAY, 0, data);
195 retval = __glXGetArrayType(state, GL_COLOR_ARRAY, 0, data);
217 retval = __glXGetArrayStride(state, GL_COLOR_ARRAY, 0, data);
809 case GL_COLOR_ARRAY:
vertarr.c 198 __indirect_glEnableClientState(GL_COLOR_ARRAY);
render2.c 335 case GL_COLOR_ARRAY:
364 case GL_COLOR_ARRAY:
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 134 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /device/generic/goldfish/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:
  /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);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 44 public static final int GL_COLOR_ARRAY = 0x8076;
  /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);

Completed in 411 milliseconds

1 2 3 4 5