Home
last modified time | relevance | path

Searched refs:PointSize (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_points.c37 GLvector4f PointSize; member
61 GLfloat (*size)[4] = store->PointSize.data; in run_point_stage()
72 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize; in run_point_stage()
89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 ); in alloc_point_data()
99 _mesa_vector4f_free( &store->PointSize ); in free_point_data()
/external/mesa3d/src/mesa/main/
Dpoints.c60 if (ctx->Driver.PointSize) in _mesa_PointSize()
61 ctx->Driver.PointSize(ctx, size); in _mesa_PointSize()
Ddd.h499 void (*PointSize)(struct gl_context *ctx, GLfloat size); member
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c143 driver->PointSize = NULL; in _mesa_init_driver_functions()
296 ctx->Driver.PointSize(ctx, ctx->Point.Size); in _mesa_init_driver_state()
/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
DSmoke.push_constant.vert.h52 MemberDecorate 87(gl_PerVertex) 1 BuiltIn PointSize
DSmoke.vert.h53 MemberDecorate 87(gl_PerVertex) 1 BuiltIn PointSize
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c538 ctx->Driver.PointSize = nouveau_point_size; in nouveau_state_init()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp470 PFNPOINTSIZEPROC PointSize; variable
803 PointSize = (PFNPOINTSIZEPROC)IntGetProcAddress("glPointSize"); in Switch_PointSize()
804 PointSize(size); in Switch_PointSize()
2458 PointSize = Switch_PointSize; in InitializeVariables()
Dgl_core_3_1.hpp1073 extern void (CODEGEN_FUNCPTR *PointSize)(GLfloat size);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h223 void (GLAPIENTRY * PointSize)(GLfloat);
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c1130 functions->PointSize = i830PointSize; in i830InitStateFuncs()
Di915_state.c1083 functions->PointSize = i915PointSize; in i915InitStateFunctions()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp739 { "glPointSize", _O(PointSize) },
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2453 functions->PointSize = r200PointSize; in r200InitStateFuncs()
/external/mesa3d/include/GL/
Dgl_mangle.h1292 #define glPointSize MANGLE(PointSize)