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

1 2 3 4 5

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
CubeRenderer.java 66 gl.glEnableClientState(GL10.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/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:
indirect_vertex_array.c 176 * GL_COLOR_ARRAY, GL_INDEX_ARRAY, GL_TEXTURE_COORD_ARRAY, and
219 arrays->arrays[1].key = GL_COLOR_ARRAY;
    [all...]
  /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 45 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
141 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);
  /external/mesa3d/src/mesa/main/
enable.c 70 case GL_COLOR_ARRAY:
735 case GL_COLOR_ARRAY:
    [all...]
varray.c 1002 _mesa_EnableClientState( GL_COLOR_ARRAY );
1007 _mesa_DisableClientState( GL_COLOR_ARRAY );
    [all...]
  /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;
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 157 #define GL_COLOR_ARRAY 0x8076
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 856 return GL_COLOR_ARRAY;
    [all...]
  /external/mesa3d/include/GLES/
gl.h 157 #define GL_COLOR_ARRAY 0x8076
    [all...]

Completed in 712 milliseconds

1 2 3 4 5