Searched defs:PointSize (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_vb_points.c38 GLvector4f PointSize; member in struct:point_stage_data
62 GLfloat (*size)[4] = store->PointSize.data;
73 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
100 _mesa_vector4f_free( &store->PointSize );
/external/mesa3d/src/mesa/main/
H A Ddd.h584 void (*PointSize)(struct gl_context *ctx, GLfloat size); member in struct:dd_function_table
/external/swiftshader/src/Renderer/
H A DContext.hpp42 PointSize = 4, enumerator in enum:sw::In
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp1254 case GL_POINT_SIZE_ARRAY_OES: context->setVertexAttribArrayEnabled(sw::PointSize, false); break;
1391 case GL_POINT_SIZE_ARRAY_OES: context->setVertexAttribArrayEnabled(sw::PointSize, true); break;
3285 void PointSize(GLfloat size) function in namespace:es1
3298 context->setVertexAttrib(sw::PointSize, size, size, size, size);
3315 VertexAttribPointer(sw::PointSize, 1, type, true, stride, pointer);
3320 PointSize((float)size / 0x10000);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h223 void (GLAPIENTRY * PointSize)(GLfloat); member in struct:__GLdispatchTableRec

Completed in 593 milliseconds