HomeSort by relevance Sort by last modified time
    Searched defs:PointSize (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 38 GLvector4f PointSize;
61 const GLfloat pointSize = ctx->Point.Size;
62 GLfloat (*size)[4] = store->PointSize.data;
69 size[i][0] = pointSize * atten; /* clamping done in rasterization */
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/
dd.h 584 void (*PointSize)(struct gl_context *ctx, GLfloat size);
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 1254 case GL_POINT_SIZE_ARRAY_OES: context->setVertexAttribArrayEnabled(sw::PointSize, false); break;
    [all...]
  /external/swiftshader/src/Renderer/
Context.hpp 42 PointSize = 4,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 223 void (GLAPIENTRY * PointSize)(GLfloat);

Completed in 161 milliseconds