Home
last modified time | relevance | path

Searched defs:posX (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/glfw/tests/
Dsharing.c53 static GLFWwindow* open_window(const char* title, GLFWwindow* share, int posX, int posY) in open_window()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sSpecialFloatTests.cpp626 …const float posX = (float)x / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; … in iterate() local
849 …const float posX = (float)x / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map fr… in iterate() local
1176 …const float posX = (float)x / ((float)gridSize - 1.0f) * 2.0f - 1.0f; // map from [0, gridSize - … in iterate() local
1493 …const float posX = (float)x / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; /… in iterate() local
1890 …const float posX = (float)x / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map fr… in testFBO() local
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sSpecialFloatTests.cpp614 …const float posX = (float)x / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; … in iterate() local
834 …const float posX = (float)x / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map fr… in iterate() local
1138 …const float posX = (float)x / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; /… in iterate() local
1522 …const float posX = (float)x / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map fr… in testFBO() local
/third_party/flutter/skia/modules/particles/src/
DSkParticleDrawable.cpp31 float posX, float posY, float dirX, float dirY, float scale) { in make_rsxform()
/third_party/skia/modules/particles/src/
DSkParticleDrawable.cpp33 float posX, float posY, float dirX, float dirY, float scale) { in make_rsxform()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_mouse.c420 int posX = 100, posY = 100, width = MOUSE_TESTWINDOW_WIDTH, height = MOUSE_TESTWINDOW_HEIGHT; in _createMouseSuiteTestWindow() local
Dtestautomation_render.c45 int posX = 100, posY = 100, width = 320, height = 240; in InitCreateRenderer() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h236 float posX, posY, posZ, posW; // Position data member
242 float posX, posY, posZ, posW; // Position data member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h236 float posX, posY, posZ, posW; // Position data member
242 float posX, posY, posZ, posW; // Position data member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DVertexRoutine.cpp122 auto posX = pos[it->second.FirstComponent + 0]; in computeClipFlags() local
/third_party/skia/modules/skparagraph/src/
DRun.h75 SkScalar posX(size_t index) const { return fPositions[index].fX; } in posX() function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp890 const Vector3 posX(1, 0, 0); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp1015 const Vector3 posX(1, 0, 0); in TEST_P() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawTests.cpp1418 const float posX = ((float)x / (float)m_gridSize) * 2.0f - 1.0f; in createDrawData() local
1452 const float posX = ((float)x / (float)m_gridSize) * 2.0f - 1.0f; in createDrawData() local
Des31fPrimitiveBoundingBoxTests.cpp4431 const float posX = rnd.getFloat(minX, maxX); in createVbo() local
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp884 const SkString& posX() const { return fPosXStr; } in posX() function in SVGTextBuilder
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp117 const size_t posX = (size_t(index) * 2) + 0; in genRandomCoords() local
/third_party/skia/src/svg/
DSkSVGDevice.cpp1000 const SkString& posX() const { return fPosXStr; } in posX() function in SVGTextBuilder
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp2296 VkImageSubresource posX = subresource; in updateBorders() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp524 float posX = (lwidth - static_cast<float>(x)) / lwidth; in generateTextureData() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp1210 egl::Image *posX = image[CubeFaceIndex(GL_TEXTURE_CUBE_MAP_POSITIVE_X)][level]; in updateBorders() local
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h4233 #define IBMDStreamingMutableVideoEncodingMode_SetSourceRect(This,posX,posY,width,height) \ argument