/external/angle/src/tests/gl_tests/gles1/ |
D | DrawTextureTest.cpp | 106 glEnableClientState(GL_COLOR_ARRAY); in TEST_P() 120 glEnableClientState(GL_COLOR_ARRAY); in TEST_P() 160 glEnableClientState(GL_COLOR_ARRAY); in TEST_P()
|
D | ClientStateEnable.cpp | 31 GL_VERTEX_ARRAY, GL_NORMAL_ARRAY, GL_COLOR_ARRAY,
|
/external/mesa3d/src/glx/ |
D | single2.c | 165 case GL_COLOR_ARRAY: in get_client_data() 177 retval = __glXGetArraySize(state, GL_COLOR_ARRAY, 0, data); in get_client_data() 193 retval = __glXGetArrayType(state, GL_COLOR_ARRAY, 0, data); in get_client_data() 215 retval = __glXGetArrayStride(state, GL_COLOR_ARRAY, 0, data); in get_client_data() 807 case GL_COLOR_ARRAY: in __indirect_glIsEnabled()
|
D | render2.c | 337 case GL_COLOR_ARRAY: in __indirect_glEnable() 366 case GL_COLOR_ARRAY: in __indirect_glDisable()
|
D | vertarr.c | 199 __indirect_glEnableClientState(GL_COLOR_ARRAY); in __indirect_glInterleavedArrays()
|
D | indirect_vertex_array.c | 224 arrays->arrays[1].key = GL_COLOR_ARRAY; in __glXInitVertexArrayState() 1319 a = get_array_entry(arrays, GL_COLOR_ARRAY, 0); in __indirect_glColorPointer() 1997 case GL_COLOR_ARRAY: in __glXPopArrayState()
|
/external/angle/samples/gles1/ |
D | FlatShading.cpp | 60 glEnableClientState(GL_COLOR_ARRAY); in draw()
|
/external/mesa3d/src/mesa/main/ |
D | glthread_marshal.h | 388 case GL_COLOR_ARRAY: in _mesa_array_to_attrib()
|
D | enable.c | 86 case GL_COLOR_ARRAY: in client_state() 926 case GL_COLOR_ARRAY: in _mesa_set_enable() 1743 case GL_COLOR_ARRAY: in _mesa_IsEnabled()
|
D | varray.c | 2684 _mesa_EnableClientState( GL_COLOR_ARRAY ); in _mesa_InterleavedArrays() 2689 _mesa_DisableClientState( GL_COLOR_ARRAY ); in _mesa_InterleavedArrays() 4069 case GL_COLOR_ARRAY: in _mesa_GetVertexArrayIntegervEXT()
|
D | attrib.c | 1808 _mesa_DisableClientState(GL_COLOR_ARRAY); in _mesa_ClientAttribDefaultEXT()
|
D | get.c | 773 case GL_COLOR_ARRAY: in find_custom_value()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 617 glDisableClientState(GL_COLOR_ARRAY); in drawFadeQuad() 623 glEnableClientState(GL_COLOR_ARRAY); in drawFadeQuad() 665 glEnableClientState(GL_COLOR_ARRAY); in appInit()
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 326 case GL_COLOR_ARRAY: in FromGLenum() 346 return GL_COLOR_ARRAY; in ToGLenum() 2249 case GL_COLOR_ARRAY: in FromGLenum() 2269 return GL_COLOR_ARRAY; in ToGLenum()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 1209 case GL_COLOR_ARRAY: context->setColorArrayEnabled(false); break; in Disable() 1235 case GL_COLOR_ARRAY: in DisableClientState() 1253 …case GL_COLOR_ARRAY: context->setVertexAttribArrayEnabled(sw::Color0, false); … in DisableClientState() 1346 case GL_COLOR_ARRAY: context->setColorArrayEnabled(true); break; in Enable() 1372 case GL_COLOR_ARRAY: in EnableClientState() 1390 …case GL_COLOR_ARRAY: context->setVertexAttribArrayEnabled(sw::Color0, true); … in EnableClientState() 2513 case GL_COLOR_ARRAY: return context->isColorArrayEnabled(); break; in IsEnabled()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 132 #define GL_COLOR_ARRAY 0x8076 macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 132 #define GL_COLOR_ARRAY 0x8076 macro
|
/external/angle/include/GLES/ |
D | gl.h | 136 #define GL_COLOR_ARRAY 0x8076 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 170 #define GL_COLOR_ARRAY 0x8076 macro
|
/external/angle/src/libANGLE/ |
D | State.cpp | 1419 case GL_COLOR_ARRAY: in getEnableFeature()
|
D | queryutils.cpp | 2233 case GL_COLOR_ARRAY: in ParamToVertexArrayType()
|
D | validationES2.cpp | 735 case GL_COLOR_ARRAY: in ValidCap()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 807 #define GL_COLOR_ARRAY 0x8076 macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 2055 #define GL_COLOR_ARRAY 0x8076 macro
|