Home
last modified time | relevance | path

Searched refs:GL_POINT_SIZE_ARRAY_OES (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglheader.h63 #define GL_POINT_SIZE_ARRAY_OES 0x8B9C macro
Denable.c104 case GL_POINT_SIZE_ARRAY_OES: in client_state()
765 case GL_POINT_SIZE_ARRAY_OES: in _mesa_set_enable()
1475 case GL_POINT_SIZE_ARRAY_OES: in _mesa_IsEnabled()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp1210 case GL_POINT_SIZE_ARRAY_OES: context->setPointSizeArrayEnabled(false); break; in Disable()
1236 case GL_POINT_SIZE_ARRAY_OES: in DisableClientState()
1254 …case GL_POINT_SIZE_ARRAY_OES: context->setVertexAttribArrayEnabled(sw::PointSize, false); … in DisableClientState()
1347 case GL_POINT_SIZE_ARRAY_OES: context->setPointSizeArrayEnabled(true); break; in Enable()
1373 case GL_POINT_SIZE_ARRAY_OES: in EnableClientState()
1391 …case GL_POINT_SIZE_ARRAY_OES: context->setVertexAttribArrayEnabled(sw::PointSize, true); … in EnableClientState()
2509 case GL_POINT_SIZE_ARRAY_OES: return context->isPointSizeArrayEnabled(); break; in IsEnabled()
/external/mesa3d/include/GLES/
Dgl.h577 #define GL_POINT_SIZE_ARRAY_OES 0x8B9C macro
/external/swiftshader/include/GLES/
Dgl.h566 #define GL_POINT_SIZE_ARRAY_OES 0x8B9C macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h577 #define GL_POINT_SIZE_ARRAY_OES 0x8B9C macro
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h187 …{ GL_POINT_SIZE_ARRAY_OES, ARRAY_FIELD(VertexAttrib[VERT_ATTRIB_POINT_SIZE].Enabled, TYPE_BOOLEAN)…