Searched refs:positions (Results 176 - 200 of 219) sorted by relevance

123456789

/external/skia/tools/debugger/
H A DSkDrawCommand.cpp103 #define SKDEBUGCANVAS_ATTRIBUTE_POSITIONS "positions"
3041 Json::Value positions = run[SKDEBUGCANVAS_ATTRIBUTE_POSITIONS]; local
3042 if (positions.size() > 0 && positions[0].isNumeric()) {
3046 buffer.pos[j] = positions[j].asFloat();
3053 buffer.pos[j * 2] = positions[j][0].asFloat();
3054 buffer.pos[j * 2 + 1] = positions[j][1].asFloat();
/external/skqp/tools/debugger/
H A DSkDrawCommand.cpp103 #define SKDEBUGCANVAS_ATTRIBUTE_POSITIONS "positions"
3041 Json::Value positions = run[SKDEBUGCANVAS_ATTRIBUTE_POSITIONS]; local
3042 if (positions.size() > 0 && positions[0].isNumeric()) {
3046 buffer.pos[j] = positions[j].asFloat();
3053 buffer.pos[j * 2] = positions[j][0].asFloat();
3054 buffer.pos[j * 2 + 1] = positions[j][1].asFloat();
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp1182 const float positions[] = local
1250 deMemcpy(vertexBuffer->getAllocation().getHostPtr(), positions, positionDataSize);
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp475 // legal sample positions. In general case this is NOT OK, but we know that the target funtion is
703 const float positions[] = local
719 glu::va::Float("a_position", 4, 4, 0, &positions[0]),
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/google-styleguide/cpplint/
H A Dcpplint_unittest.py5297 # List of positions to test:
5299 positions = [(1, 16, 1, 19),
5312 for p in positions:
5317 # List of positions to test:
5319 positions = [(1, 18, 1, 16),
5332 for p in positions:
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp439 // legal sample positions. In general case this is NOT OK, but we know that the target funtion is
651 const float positions[] = local
666 addAttribute(0u, vk::VK_FORMAT_R32G32B32A32_SFLOAT, 4 * (deUint32)sizeof(float), numVertices, positions);
H A DvktShaderRenderTextureFunctionTests.cpp1429 const float positions[] = local
1437 addAttribute(0u, vk::VK_FORMAT_R32G32B32A32_SFLOAT, 4 * (deUint32)sizeof(float), numVertices, positions);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1530 memcpy(builder.positions(), vertices, vertexCount * sizeof(SkPoint));
1562 this->wireframeVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
/external/skqp/src/gpu/
H A DSkGpuDevice.cpp1540 memcpy(builder.positions(), vertices, vertexCount * sizeof(SkPoint));
1572 this->wireframeVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
/external/v8/src/regexp/
H A Djsregexp.h102 // captured positions. On a failure, the result is the null value.
408 Position* positions(int index) { function in class:v8::internal::QuickCheckDetails
H A Djsregexp.cc2533 // The masks and values for the positions will be combined into a single
2558 details->positions(characters_filled_in);
2618 details->positions(characters_filled_in);
2736 QuickCheckDetails::Position* pos = positions(i);
2737 QuickCheckDetails::Position* other_pos = other->positions(i);
3196 return quick_check->positions(offset)->determines_perfectly;
3235 // or obviate the need for further checks at some character positions.
3353 // emitting code for some character positions every time. See the comment on
6015 // Inserted range overlaps, or is adjacent to, ranges at positions
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java797 int[] positions = new int[] { 1,1,2,4,5,6,7 };
798 int n = positions.length;
859 if (source.position() != positions[i]) {
862 errln("(index=" + i + ") " + converter + " Received: " + source.position() + " Expected: " + positions[i]);
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm188 ; but that is OK because the values in the overlapping positions
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c693 // Check vertical and horizontal sub-pixel positions.
2069 const uint8_t *const positions[4] = { best_address - in_what->stride, local
2073 fn_ptr->sdx4df(what->buf, what->stride, positions, in_what->stride, sads);
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp356 const tcu::Vec4 positions[] = local
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);
/external/skia/src/xps/
H A DSkXPSDevice.cpp1158 draw(this, &SkDraw::drawVertices, v->mode(), v->vertexCount(), v->positions(), v->texCoords(),
/external/skqp/src/xps/
H A DSkXPSDevice.cpp1158 draw(this, &SkDraw::drawVertices, v->mode(), v->vertexCount(), v->positions(), v->texCoords(),
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli368 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
369 of [a]. [llpos] is used to specify positions in and for forward iteration
375 (** [After b] and [At_start a] specify positions from the end of the ['b] list
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli285 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
286 of [a]. [llpos] is used to specify positions in and for forward iteration
292 (** [After b] and [At_start a] specify positions from the end of the ['b] list
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...

Completed in 1310 milliseconds

123456789