HomeSort by relevance Sort by last modified time
    Searched refs:colWidth (Results 1 - 4 of 4) sorted by null

  /dalvik/opcode-gen/
opcode-gen.awk 236 function colPrint(value, isLast, col, numCols, colWidth, linePrefix) {
240 isLast ? 1 : colWidth, value,
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 839 const float colWidth = 2.0f / (float)m_patternMaxEmitCount;
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"
    [all...]

Completed in 322 milliseconds