Searched defs:colWidth (Results 1 - 7 of 7) sorted by relevance

/external/skia/gm/
H A Dshadertext.cpp164 constexpr int colWidth = 300; variable
169 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
176 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/skia/samplecode/
H A DSampleShaderText.cpp172 static const int colWidth = 300; local
177 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
184 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/skqp/gm/
H A Dshadertext.cpp164 constexpr int colWidth = 300; variable
169 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
176 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/skqp/samplecode/
H A DSampleShaderText.cpp172 static const int colWidth = 300; local
177 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
184 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp839 const float colWidth = 2.0f / (float)m_patternMaxEmitCount; local
849 output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, 0.0, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
850 output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, rowHeight, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
876 " const highp float colWidth = 2.0 / float(" << getPatternEmitCount(spec) << ");\n"
888 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, 0.0, 0.0, 0.0);\n"
892 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, rowHeight, 0.0, 0.0);\n"
/external/sqlite/dist/orig/
H A Dshell.c7905 int colWidth[100]; /* Column widths prior to ".explain on" */ member in struct:SavedModeInfo
7947 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:ShellState
8609 const int *colWidth; local
8613 colWidth = p->colWidth;
8617 colWidth = aExplainWidths;
8624 if( i<ArraySize(p->colWidth) ){
8625 w = colWidth[i];
14041 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[
[all...]
/external/sqlite/dist/
H A Dshell.c7911 int colWidth[100]; /* Column widths prior to ".explain on" */ member in struct:SavedModeInfo
7953 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:ShellState
8615 const int *colWidth; local
8619 colWidth = p->colWidth;
8623 colWidth = aExplainWidths;
8630 if( i<ArraySize(p->colWidth) ){
8631 w = colWidth[i];
14064 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[
[all...]

Completed in 276 milliseconds