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

1 2 3 4 5 6 7

  /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 165 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);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
CubeRenderer.java 66 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /external/mesa3d/src/glx/
render2.c 337 case GL_COLOR_ARRAY:
366 case GL_COLOR_ARRAY:
single2.c 165 case GL_COLOR_ARRAY:
177 retval = __glXGetArraySize(state, GL_COLOR_ARRAY, 0, data);
193 retval = __glXGetArrayType(state, GL_COLOR_ARRAY, 0, data);
215 retval = __glXGetArrayStride(state, GL_COLOR_ARRAY, 0, data);
807 case GL_COLOR_ARRAY:
vertarr.c 199 __indirect_glEnableClientState(GL_COLOR_ARRAY);
indirect_vertex_array.c 174 * GL_COLOR_ARRAY, GL_INDEX_ARRAY, GL_TEXTURE_COORD_ARRAY, and
224 arrays->arrays[1].key = GL_COLOR_ARRAY;
    [all...]
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 111 glEnableClientState(GL_COLOR_ARRAY);
120 glDisableClientState(GL_COLOR_ARRAY);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 134 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 163 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
  /prebuilts/misc/windows/sdl2/test/
testgles.c 93 glEnableClientState(GL_COLOR_ARRAY);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 44 public static final int GL_COLOR_ARRAY = 0x8076;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 188 case GL_COLOR_ARRAY:
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 617 glDisableClientState(GL_COLOR_ARRAY);
623 glEnableClientState(GL_COLOR_ARRAY);
665 glEnableClientState(GL_COLOR_ARRAY);
    [all...]
  /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/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 1240 case GL_COLOR_ARRAY: context->setColorArrayEnabled(false); break;
1266 case GL_COLOR_ARRAY:
1284 case GL_COLOR_ARRAY: context->setVertexAttribArrayEnabled(sw::Color0, false); break;
    [all...]
  /external/mesa3d/src/mesa/main/
enable.c 79 case GL_COLOR_ARRAY:
751 case 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/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 496 milliseconds

1 2 3 4 5 6 7