| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | points.c | 146 if (ctx->Point.MinSize == params[0]) 149 ctx->Point.MinSize = params[0]; 225 ctx->Point.MinSize = 0.0;
|
| H A D | mtypes.h | 741 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib
|
| H A D | attrib.c | 1061 TEST_AND_CALL1_SEL(Point.MinSize, PointParameterf, GL_POINT_SIZE_MIN_EXT);
|
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | copytex.c | 40 const GLsizei MinSize = 16, MaxSize = 4096; variable in typeref:typename:const GLsizei 186 for (TexSize = MinSize; TexSize <= MaxSize; TexSize *= 4) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | points.c | 146 if (ctx->Point.MinSize == params[0]) 149 ctx->Point.MinSize = params[0]; 248 ctx->Point.MinSize = 0.0;
|
| H A D | attrib.c | 1307 point->MinSize);
|
| H A D | mtypes.h | 763 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_rasterizer.c | 232 ctx->Point.MinSize,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_rasterizer.c | 233 ctx->Point.MinSize,
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm.h | 125 #define MinSize(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_points.c | 67 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize); 545 ctx->Point.MinSize,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_points.c | 67 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize); 538 ctx->Point.MinSize,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 276 value[1] = ctx->Point.MinSize; 504 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.h | 205 GLsizei MinSize; /**< Min texture size to allocate */ member in struct:temp_texture
|
| H A D | meta.c | 1254 tex->MinSize = 16; /* 16 x 16 at least */ 1343 tex->Width = MAX2(tex->MinSize, width); 1344 tex->Height = MAX2(tex->MinSize, height); 1349 w = h = tex->MinSize;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta.h | 204 GLsizei MinSize; /**< Min texture size to allocate */ member in struct:temp_texture
|
| H A D | meta.c | 1258 tex->MinSize = 16; /* 16 x 16 at least */ 1347 tex->Width = MAX2(tex->MinSize, width); 1348 tex->Height = MAX2(tex->MinSize, height); 1353 w = h = tex->MinSize;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 326 value[1] = ctx->Point.MinSize; 634 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 587 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16; 588 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 587 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16; 588 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 459 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 459 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 154 { GL_POINT_SIZE_MIN_EXT, CONTEXT_FLOAT(Point.MinSize), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 154 { GL_POINT_SIZE_MIN_EXT, CONTEXT_FLOAT(Point.MinSize), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_state_upload.c | 1667 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
|