Searched refs:MaxPointSize (Results 1 – 22 of 22) sorted by relevance
| /third_party/flutter/skia/third_party/externals/angle2/doc/ |
| D | ResourceLimits.md | 34 * fn2: on SM3 or better hardware the max point size is D3DCAPS9.MaxPointSize
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | ResourceLimits.md | 34 * fn2: on SM3 or better hardware the max point size is D3DCAPS9.MaxPointSize
|
| /third_party/mesa3d/src/mesa/main/ |
| D | points.c | 218 = MAX2(ctx->Const.MaxPointSize, ctx->Const.MaxPointSizeAA); in _mesa_init_point()
|
| D | consts_exts.h | 485 GLfloat MinPointSize, MaxPointSize; /**< aliased */ member
|
| D | context.c | 426 consts->MaxPointSize = MAX_POINT_SIZE; in _mesa_init_constants()
|
| /third_party/mesa3d/include/D3D9/ |
| D | d3d9caps.h | 349 float MaxPointSize; member
|
| /third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/ |
| D | ShaderLang.h | 477 float MaxPointSize; member
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Compiler.cpp | 163 mResources.MaxPointSize = caps.maxAliasedPointSize; in Compiler()
|
| /third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
| D | ShaderLang.h | 542 float MaxPointSize; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Compiler.cpp | 223 mResources.MaxPointSize = caps.maxAliasedPointSize; in Compiler()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | renderer9_utils.cpp | 546 ((D3DSHADER_VERSION_MAJOR(deviceCaps.PixelShaderVersion) >= 3) ? deviceCaps.MaxPointSize in GenerateCaps()
|
| D | Renderer9.cpp | 372 mDevice->SetRenderState(D3DRS_POINTSIZE_MAX, (DWORD &)mDeviceCaps.MaxPointSize); in initializeDevice()
|
| /third_party/mesa3d/src/mesa/program/ |
| D | prog_statevars.c | 622 maxImplSize = ctx->Const.MaxPointSize; in fetch_state() 630 maxImplSize = ctx->Const.MaxPointSize; in fetch_state()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | renderer9_utils.cpp | 563 ((D3DSHADER_VERSION_MAJOR(deviceCaps.PixelShaderVersion) >= 3) ? deviceCaps.MaxPointSize in GenerateCaps()
|
| D | Renderer9.cpp | 386 mDevice->SetRenderState(D3DRS_POINTSIZE_MAX, (DWORD &)mDeviceCaps.MaxPointSize); in initializeDevice()
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | nine_dump.c | 731 C2S("\nMaxPointSize: %f", caps->MaxPointSize); in nine_dump_D3DCAPS9()
|
| D | adapter9.c | 850 pCaps->MaxPointSize = screen->get_paramf(screen, PIPE_CAPF_MAX_POINT_SIZE); in NineAdapter9_GetDeviceCaps()
|
| D | nine_state.c | 2902 context->rs[D3DRS_POINTSIZE_MAX] = fui(caps->MaxPointSize); in nine_state_set_defaults()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Compiler.cpp | 866 ClampPointSize(root, mResources.MaxPointSize, &getSymbolTable()); in checkAndSimplifyAST()
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_context.c | 687 ctx->Point.MaxSize = MAX2(ctx->Const.MaxPointSize, in st_create_context_priv()
|
| D | st_extensions.c | 139 c->MaxPointSize = in st_init_limits()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Compiler.cpp | 1073 if (!ClampPointSize(this, root, mResources.MaxPointSize, &getSymbolTable())) in checkAndSimplifyAST()
|