| /device/generic/vulkan-cereal/fake-android-guest/ui/ |
| D | FloatRect.h | 22 : left(_left), top(_top), right(_right), bottom(_bottom) {} in FloatRect() 24 float getHeight() const { return bottom - top; } in getHeight() 30 (top > other.top) ? top : other.top, in intersect() 36 float top = 0.0f; variable 41 return a.left == b.left && a.top == b.top && a.right == b.right && a.bottom == b.bottom;
|
| D | Rect.h | 43 left = top = 0; in Rect() 49 top = t; in Rect() 55 top = lt.y; in Rect() 63 top = static_cast<int32_t>(floatRect.top + 0.5f); in Rect() 69 left = top = right = bottom = 0; in clear() 87 return bottom - top; in getHeight() 91 return Rect(right - left, bottom - top); in getBounds() 95 top = lt.y; in setLeftTop() 104 return Point(left, top); in leftTop() 110 return Point(right, top); in rightTop() [all …]
|
| /device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
| D | FormatConversions.h | 33 int left, int top, int right, int bottom); 35 int left, int top, int right, int bottom); 37 int left, int top, int right, int bottom); 39 int left, int top, int right, int bottom); 41 int left, int top, int right, int bottom); 43 int left, int top, int right, int bottom); 46 int width, int height, int top, int left,
|
| D | FormatConversions.cpp | 93 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument 105 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12() 133 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument 163 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12() 201 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument 213 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p() 238 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument 251 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb565() 283 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument 296 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb888() [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
| D | Framebuffer9.cpp | 176 rect.top = gl::clamp(area.y, 0L, static_cast<LONG>(desc.Height)); in readPixelsImpl() 200 packParams.area.y = rect.top; in readPixelsImpl() 202 packParams.area.height = rect.bottom - rect.top; in readPixelsImpl() 264 srcRect.top = sourceArea.y; in blitImpl() 270 dstRect.top = destArea.y; in blitImpl() 281 if (dstRect.top < scissor->y) in blitImpl() 283 srcRect.top += (scissor->y - dstRect.top); in blitImpl() 284 dstRect.top = scissor->y; in blitImpl() 309 if (dstRect.top < 0) in blitImpl() 311 srcRect.top += -dstRect.top; in blitImpl() [all …]
|
| D | Blit9.cpp | 172 rect.top = 0; in getSurfaceRect() 354 destOffset.y + (sourceRect.bottom - sourceRect.top)}; in copy() 372 adjustedSourceRect.top = 0; in copy() 373 adjustedSourceRect.bottom = sourceRect.bottom - sourceRect.top; in copy() 376 sourceSize.height = sourceRect.bottom - sourceRect.top; in copy() 407 destRect.top = destOffset.y; in formatConvert() 408 destRect.bottom = destOffset.y + (sourceRect.bottom - sourceRect.top); in formatConvert() 597 sourceRect.right - sourceRect.left, sourceRect.bottom - sourceRect.top, 1, in copySurfaceToTexture() 622 vp.Y = destRect.top; in setViewportAndShaderConstants() 624 vp.Height = destRect.bottom - destRect.top; in setViewportAndShaderConstants() [all …]
|
| /device/generic/vulkan-cereal/include/glm/gtc/ |
| D | matrix_transform.inl | 103 T bottom, T top, argument 108 return orthoLH(left, right, bottom, top, zNear, zFar); 110 return orthoRH(left, right, bottom, top, zNear, zFar); 118 T bottom, T top, argument 124 Result[1][1] = static_cast<T>(2) / (top - bottom); 126 Result[3][1] = - (top + bottom) / (top - bottom); 143 T bottom, T top, argument 149 Result[1][1] = static_cast<T>(2) / (top - bottom); 151 Result[3][1] = - (top + bottom) / (top - bottom); 168 T bottom, T top argument [all …]
|
| D | matrix_transform.hpp | 95 /// @param top 100 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top) 106 T top, 115 /// @param top 120 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top) 126 T top, 135 /// @param top 140 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top) 146 T top, 155 /// @param top [all …]
|
| /device/generic/goldfish-opengl/system/hwc2/ |
| D | Layer.cpp | 138 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in setDisplayFrame() 139 __FUNCTION__, mId, frame.left, frame.top, frame.right, in setDisplayFrame() 149 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getDisplayFrame() 150 __FUNCTION__, mId, frame.left, frame.top, frame.right, in getDisplayFrame() 179 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in setSourceCrop() 180 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in setSourceCrop() 189 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in getSourceCrop() 190 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in getSourceCrop() 198 crop.top = static_cast<int>(mSourceCrop.top); in getSourceCropInt() 202 "crop rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getSourceCropInt() [all …]
|
| /device/linaro/hikey/ |
| D | init.hikey.power.rc | 14 chown system system /dev/stune/top-app/schedtune.boost 15 chown system system /dev/stune/top-app/schedtune.prefer_idle 20 write /dev/stune/top-app/schedtune.boost 10 21 write /dev/stune/top-app/schedtune.prefer_idle 1
|
| D | init.hikey960.power.rc | 14 chown system system /dev/stune/top-app/schedtune.boost 15 chown system system /dev/stune/top-app/schedtune.prefer_idle 20 write /dev/stune/top-app/schedtune.boost 20 21 write /dev/stune/top-app/schedtune.prefer_idle 1
|
| D | init.common.rc | 15 write /dev/cpuset/top-app/cpus 0-7 69 # Foreground should contain most cores (7 is reserved for top-app) 72 # top-app gets all cpus (including reserved #7) 73 write /dev/cpuset/top-app/cpus 0-7
|
| /device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/ |
| D | gles1_only_functions.h | 23 …t, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bo… 51 …t, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bo… 70 … left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bot… 72 … left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bot… 80 … left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bot… 98 … left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bot…
|
| D | gles1_only.entries | 21 void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdoub… 49 void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble… 68 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 70 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar… 78 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… 96 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
|
| D | gles1_only_static_translator_namespaced_header.h | 23 GL_APICALL void GL_APIENTRY glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top,… 51 GL_APICALL void GL_APIENTRY glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, G… 70 GL_APICALL void GL_APIENTRY glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL… 72 GL_APICALL void GL_APIENTRY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl… 80 GL_APICALL void GL_APIENTRY glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL… 98 GL_APICALL void GL_APIENTRY glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
|
| /device/generic/vulkan-cereal/protocols/vulkan/config/ |
| D | khronos.css | 68 sup { top: -0.5em; } 118 textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } 176 …hdlist > .title { line-height: 1.4; color: black; font-weight: 300; margin-top: 0.2em; margin-bott… 191 …nt-style: normal; color: black; text-rendering: optimizeLegibility; margin-top: 0.5em; margin-bott… 293 … 0.15em; padding: 0.2em 0.5em; vertical-align: middle; position: relative; top: -0.1em; white-spac… 307 b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; } 313 …otes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: … 317 #content { margin-top: 1.25em; } 321 #header > h1:first-child { color: black; margin-top: 2.25rem; margin-bottom: 0; } 322 #header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #ddd; } [all …]
|
| /device/linaro/dragonboard/ |
| D | init.common.rc | 22 write /dev/cpuset/top-app/cpus 0-7 41 # Foreground should contain most cores (7 is reserved for top-app) 44 # top-app gets all cpus (including reserved #7) 45 write /dev/cpuset/top-app/cpus 0-7
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | overlay_widgets.json | 19 " - 'top', 'bottom': valid for y", 51 "coords": [10, "VulkanLastValidationMessage.top.adjacent"], 64 … "coords": ["VulkanRenderPassCount.left.align", "VulkanRenderPassCount.top.adjacent"], 79 "VulkanSecondaryCommandBufferPoolWaste.top.adjacent"],
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/third_party/ |
| D | vulkan_command_buffer_utils.h | 322 {XYZ1(-1, -1, -1), UV(1.f, 0.f)}, // lft-top-front 324 {XYZ1(-1, -1, 1), UV(0.f, 0.f)}, // lft-top-back 326 {XYZ1(-1, -1, -1), UV(1.f, 0.f)}, // lft-top-front 329 {XYZ1(-1, -1, -1), UV(0.f, 0.f)}, // lft-top-front 330 {XYZ1(1, -1, -1), UV(1.f, 0.f)}, // rgt-top-front 332 {XYZ1(-1, -1, -1), UV(0.f, 0.f)}, // lft-top-front 335 // top face 336 {XYZ1(-1, -1, -1), UV(0.f, 1.f)}, // lft-top-front 337 {XYZ1(1, -1, 1), UV(1.f, 0.f)}, // rgt-top-back 338 {XYZ1(1, -1, -1), UV(1.f, 1.f)}, // rgt-top-front [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/samples/multi_window/ |
| D | MultiWindow.cpp | 111 int top = rootWindow->getY(); in draw() local 119 top = std::min(top, window->getY()); in draw() 124 float midY = (top + bottom) * 0.5f; in draw() 146 Matrix4::transform(mvpMatrix, Vector4(midX, static_cast<float>(top), 0.0f, 1.0f)), in draw()
|
| /device/google/cuttlefish/shared/config/ |
| D | init.vendor.rc | 25 mkdir /dev/cpuctl/top-app 30 chown system system /dev/cpuctl/top-app 35 chown system system /dev/cpuctl/top-app/tasks 40 chmod 0664 /dev/cpuctl/top-app/tasks
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/ |
| D | ReplaceVariable.h | 111 ASSERT(mReplacedFunctionCallArgs.top().count(oldArg) == 0); in replaceFunctionCallArg() 112 mReplacedFunctionCallArgs.top()[oldArg] = newArg; in replaceFunctionCallArg() 116 ASSERT(mReplacedFunctionCallArgs.top().count(oldArg) != 0); in getFunctionCallArgReplacement() 117 return mReplacedFunctionCallArgs.top().at(oldArg); in getFunctionCallArgReplacement()
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/ |
| D | ClientAPIExts.in | 49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 50 (left, right, bottom, top, zNear, zFar)) 53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 54 (left, right, bottom, top, zNear, zFar))
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | Renderer.h | 90 // ydir Indicates row order: 1 means top-to-bottom order, -1 91 // means bottom-to-top order. 96 // In the first implementation, ydir is always -1 (bottom to top), format 130 // wx,wy is the top left corner of the rendering subwindow. 169 // sub-window, and |px| and |py| = 1 means align the top right of the 170 // framebuffer with the top right of the sub-window. Intermediate values
|
| /device/generic/goldfish-opengl/system/egl/ |
| D | ClientAPIExts.in | 49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 50 (left, right, bottom, top, zNear, zFar)) 53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 54 (left, right, bottom, top, zNear, zFar))
|