HomeSort by relevance Sort by last modified time
    Searched defs:pointSize (Results 1 - 25 of 33) sorted by null

1 2

  /external/deqp/framework/referencerenderer/
rrVertexPacket.hpp 61 float pointSize; //!< Point size, required when rendering points.
rrRenderState.hpp 308 float pointSize;
311 : pointSize(1.0f)
  /external/mesa3d/src/mesa/swrast/
swrast.h 103 GLfloat pointSize;
  /external/skia/gm/
verttext2.cpp 25 const int pointSize = 24;
26 textHeight = SkIntToScalar(pointSize);
lcdtext.cpp 24 const int pointSize = 36;
25 textHeight = SkIntToScalar(pointSize);
shadertext.cpp 106 const int pointSize = 36;
108 const int w = pointSize * textLen;
109 const int h = pointSize;
150 paint.setTextSize(SkIntToScalar(pointSize));
  /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/ImageMagick/Magick++/lib/
Montage.cpp 110 void Magick::Montage::pointSize(size_t pointSize_)
115 size_t Magick::Montage::pointSize(void) const
208 // pointsize
209 montageInfo_.pointsize=_pointSize;
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPointSizeTests.cpp 146 const tcu::IVec2 pointSize = resultArea.swizzle(2,3) - resultArea.swizzle(0, 1);
148 if (pointSize.x() != pointSize.y())
150 log << tcu::TestLog::Message << "ERROR! Rasterized point is not a square. Point size was " << pointSize << tcu::TestLog::EndMessage;
154 if (pointSize.x() != expectedSize)
156 log << tcu::TestLog::Message << "ERROR! Point size invalid, expected " << expectedSize << ", got " << pointSize.x() << tcu::TestLog::EndMessage;
  /external/deqp/framework/common/
tcuRasterizationVerifier.hpp 90 float pointSize;
  /external/skia/samplecode/
SampleShaderText.cpp 115 static int pointSize = 36;
117 int w = pointSize * textLen;
118 int h = pointSize;
157 paint.setTextSize(SkIntToScalar(pointSize));
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 183 const float pointSize = isWidePoint ? de::min(rnd->getFloat(minPointSize, maxPointSize), range.y()) : 1.0f;
186 gl.uniform1f(pointSizeLoc, pointSize);
es31fGeometryShaderTests.cpp 230 packets[ndx]->pointSize = 1.0f;
260 output.EmitVertex(vertex->position + offsets[0] + yoffset, vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
261 output.EmitVertex(vertex->position + offsets[1] + yoffset, vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
262 output.EmitVertex(vertex->position + offsets[2] + yoffset, vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
337 packets[ndx]->pointSize = 1.0f;
370 output.EmitVertex(vertex->position + positions[i], vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
376 output.EmitVertex(vertex->position + positions[m_emitCountA + i], vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
465 packets[ndx]->pointSize = 1.0f;
603 output.EmitVertex(packets[ndx].vertices[verticeNdx]->position + vertexOffset, packets[ndx].vertices[verticeNdx]->pointSize, outputs, packets[ndx].primitiveIDIn);
821 packets[ndx]->pointSize = 1.0f
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 97 throw tcu::NotSupportedError("Tessellation and geometry shaders don't support PointSize built-in");
306 void addSimplePrograms (SourceCollections& programCollection, const float pointSize = 0.0f)
310 const bool usePointSize = pointSize > 0.0f;
325 << (usePointSize ? " gl_PointSize = " + de::floatToString(pointSize, 1) + ";\n" : "")
349 const float pointSize = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 1.0f : 0.0f);
350 addSimplePrograms(programCollection, pointSize);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 68 "layout (set=0, binding=0) uniform PointSize {\n"
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 173 FT_Long pointSize; /* in 26.6 format */
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h 169 uint8_t pointSize; /* output index for PointSize */
  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 176 float4 pointSize;
271 void setPointSize(float pointSize);
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 1256 // Text pointsize
1272 void pointSize( double pointSize_ )
1276 double pointSize( void ) const
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 64 float pointSize;
state.h 953 float pointSize;
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 497 milliseconds

1 2