| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fMultisampleTests.cpp | 120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored() local 152 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors() local
|
| H A D | es2fFboRenderTest.cpp | 572 int xMax = renderTarget.getWidth()-width+1; in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Blit11.cpp | 98 auto xMax = clippedDestArea.x + clippedDestArea.width; in StretchedBlitNearest_PixelByPixel() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-color-colr-table.hh | 902 FWORD xMax; member
|
| H A D | hb-ot-glyf-table.hh | 495 FWORD xMax; /* Maximum x for coordinate data. */ member
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fMultisampleTests.cpp | 122 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored() local 154 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors() local
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pDepthTests.cpp | 168 const float xMax = -1.0f + 2.0f*coverage; in getPartScreenQuad() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageLoadStoreTests.cpp | 300 const int xMax = imageSize.x() - 1; in generateReferenceImage() local 347 const int xMax = access.getWidth() - 1; in flipHorizontally() local 591 const deUint32 xMax in initPrograms() local 1358 const std::string xMax = de::toString(m_texture.size().x() - 1); initPrograms() local 1404 " " << type << " t = texelFetch(u_image0, " + xMax + "-pos);\\n"; initPrograms() local 1429 " imageStore(u_image1, pos, imageLoad(u_image0, " + xMax + "-pos));\\n"; initPrograms() local 1448 " imageStore(u_image1, pos, imageLoad(u_image0, ivec2(" + xMax + "-pos.x, pos.y)));\\n"; initPrograms() local 1466 " imageStore(u_image1, pos, imageLoad(u_image0, ivec3(" + xMax + "-pos.x, pos.y, pos.z)));\\n"; initPrograms() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageLoadStoreTests.cpp | 300 const int xMax = imageSize.x() - 1; in generateReferenceImage() local 347 const int xMax = access.getWidth() - 1; in flipHorizontally() local 586 const deUint32 xMax in initPrograms() local 1333 const std::string xMax = de::toString(m_texture.size().x() - 1); initPrograms() local 1375 " " << type << " t = texelFetch(u_image0, " + xMax + "-pos);\\n"; initPrograms() local 1400 " imageStore(u_image1, pos, imageLoad(u_image0, " + xMax + "-pos));\\n"; initPrograms() local 1419 " imageStore(u_image1, pos, imageLoad(u_image0, ivec2(" + xMax + "-pos.x, pos.y)));\\n"; initPrograms() local 1437 " imageStore(u_image1, pos, imageLoad(u_image0, ivec3(" + xMax + "-pos.x, pos.y, pos.z)));\\n"; initPrograms() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/raster/ |
| H A D | ftraster.c | 2955 Long xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox() local
|