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

  /external/chromium_org/third_party/skia/gm/
imageblurtiled.cpp 55 int posY = 0;
57 posY += 100;
59 SkIntToScalar(posY), textPaint);
imageresizetiled.cpp 62 int posY = 0;
64 posY += 100;
66 SkIntToScalar(posY), textPaint);
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 615 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f;
617 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
835 const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f;
837 gridVertices[x * (DE_LENGTH_OF_ARRAY(s_specialFloats)+1) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 627 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f;
629 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
850 const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f;
852 gridVertices[x * (DE_LENGTH_OF_ARRAY(s_specialFloats)+1) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
    [all...]
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIStreaming.h 258 virtual HRESULT SetSourceRect (/* in */ uint32_t posX, /* in */ uint32_t posY, /* in */ uint32_t width, /* in */ uint32_t height) = 0;
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 123 const size_t posY = (size_t(index) * 2) + 1;
128 if (posY >= offset && posY < offset+size)
129 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 2794 milliseconds