Home
last modified time | relevance | path

Searched refs:GL_COLOR_ARRAY (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/glx/
Dsingle2.c167 case GL_COLOR_ARRAY: in get_client_data()
179 retval = __glXGetArraySize(state, GL_COLOR_ARRAY, 0, data); in get_client_data()
195 retval = __glXGetArrayType(state, GL_COLOR_ARRAY, 0, data); in get_client_data()
217 retval = __glXGetArrayStride(state, GL_COLOR_ARRAY, 0, data); in get_client_data()
809 case GL_COLOR_ARRAY: in __indirect_glIsEnabled()
Drender2.c335 case GL_COLOR_ARRAY: in __indirect_glEnable()
364 case GL_COLOR_ARRAY: in __indirect_glDisable()
Dvertarr.c198 __indirect_glEnableClientState(GL_COLOR_ARRAY); in __indirect_glInterleavedArrays()
Dindirect_vertex_array.c219 arrays->arrays[1].key = GL_COLOR_ARRAY; in __glXInitVertexArrayState()
1279 a = get_array_entry(arrays, GL_COLOR_ARRAY, 0); in __indirect_glColorPointer()
1949 case GL_COLOR_ARRAY: in __glXPopArrayState()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c617 glDisableClientState(GL_COLOR_ARRAY); in drawFadeQuad()
623 glEnableClientState(GL_COLOR_ARRAY); in drawFadeQuad()
665 glEnableClientState(GL_COLOR_ARRAY); in appInit()
/external/mesa3d/src/mesa/main/
Denable.c70 case GL_COLOR_ARRAY: in client_state()
735 case GL_COLOR_ARRAY: in _mesa_set_enable()
1464 case GL_COLOR_ARRAY: in _mesa_IsEnabled()
Dvarray.c1002 _mesa_EnableClientState( GL_COLOR_ARRAY ); in _mesa_InterleavedArrays()
1007 _mesa_DisableClientState( GL_COLOR_ARRAY ); in _mesa_InterleavedArrays()
Dget.c630 { GL_COLOR_ARRAY, ARRAY_BOOL(VertexAttrib[VERT_ATTRIB_COLOR0].Enabled), NO_EXTRA },
/external/mesa3d/include/GLES/
Dgl.h157 #define GL_COLOR_ARRAY 0x8076 macro
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1791 _mesa_EnableClientState(GL_COLOR_ARRAY); in _mesa_meta_Clear()
2685 _mesa_EnableClientState(GL_COLOR_ARRAY); in _mesa_meta_Bitmap()
/external/mesa3d/include/GL/
Dgl.h203 #define GL_COLOR_ARRAY 0x8076 macro