| /third_party/mesa3d/src/mesa/main/ |
| H A D | bbox.c | 36 _mesa_PrimitiveBoundingBox( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) _mesa_PrimitiveBoundingBox() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_10969_workaround.c | 55 u32 minX, minY, maxX, maxY;
in kbasep_10969_workaround_clamp_coordinates() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_10969_workaround.c | 56 u32 minX, minY, maxX, maxY; in kbasep_10969_workaround_clamp_coordinates() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/scanline/ |
| H A D | geometry_scanline.h | 68 void Reset(int32_t minX, int32_t maxX) in Reset() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | Constants.cpp | 324 const dword minX[16] = {0x00000000, 0x00000008, 0x00000800, 0x00000808, 0x00080000, 0x00080008, 0x00080800, 0x00080808, 0x08000000, 0x08000008, 0x08000800, 0x08000808, 0x08080000, 0x08080008, 0x08080800, 0x08080808}; in Constants() local
|
| H A D | Constants.hpp | 92 dword minX[16]; member
|
| H A D | VertexRoutine.cpp | 116 Int4 minX = CmpNLE(-o[pos].w, o[pos].x); in computeClipFlags() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | Constants.cpp | 331 const dword minX[16] = { 0x00000000, 0x00000008, 0x00000800, 0x00000808, 0x00080000, 0x00080008, 0x00080800, 0x00080808, 0x08000000, 0x08000008, 0x08000800, 0x08000808, 0x08080000, 0x08080008, 0x08080800, 0x08080808 }; in Constants() local
|
| H A D | Constants.hpp | 131 dword minX[16]; member
|
| H A D | VertexRoutine.cpp | 129 Int4 minX = CmpNLE(-posW, posX); in computeClipFlags() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsCurve.cpp | 15 double minX = fCubic.fPts[0].fX; in nearPoint() local
|
| H A D | SkReduceOrder.cpp | 56 int index, minX, maxX, minY, maxY; in reduce() local 189 int index, minX, maxX, minY, maxY; in reduce() local 38 check_linear(const SkDQuad& quad, int minX, int maxX, int minY, int maxY, SkDQuad& reduction) check_linear() argument 151 check_linear(const SkDCubic& cubic, int minX, int maxX, int minY, int maxY, SkDCubic& reduction) check_linear() argument [all...] |
| /foundation/graphic/graphic_utils_lite/frameworks/ |
| H A D | geometry2d.cpp | 189 int16_t minX = vertexes_[0].x_; in MakeAABB() local
|
| /third_party/skia/src/effects/ |
| H A D | SkDashPathEffect.cpp | 93 SkScalar minX = pts[0].fX; in cull_line() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
| H A D | CopySplitTests.cpp | 147 uint32_t minX = copySplit.copies[0].textureOffset.x; in ValidateTextureBounds() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawTests.cpp | 140 const float minX = -0.3f; local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawTests.cpp | 140 const float minX = -0.3f; local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibraryCase.cpp | 224 bool ShaderCase::checkPixels(Surface& surface, int minX, int maxX, int minY, int maxY) in checkPixels() argument 479 int minX = deCeilFloatToInt32(((-quadSize / w) * 0.5f + 0.5f) * (float)width + 1.0f); in execute() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/image/ |
| H A D | render_image.cpp | 690 int32_t minX = 0; in GenerateImageRects() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_image.cpp | 432 int minX = 0; in DrawImageRepeatRect() local 466 void RSImage::CalcRepeatBounds(int& minX, int& maxX, int& minY, int& maxY) in CalcRepeatBounds() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_morpho.c | 91 int minX; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_2_autogen.cpp | 1009 CapturePrimitiveBoundingBox(const State &glState, bool isCallValid, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) CapturePrimitiveBoundingBox() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES32.cpp | 508 ValidatePrimitiveBoundingBox(const Context *context, angle::EntryPoint entryPoint, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) ValidatePrimitiveBoundingBox() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_2_autogen.cpp | 1019 void GL_APIENTRY GL_PrimitiveBoundingBox(GLfloat minX, in GL_PrimitiveBoundingBox() argument
|
| /third_party/skia/src/core/ |
| H A D | SkTextBlob.cpp | 333 SkScalar minX = *glyphPos; in ConservativeRunBounds() local
|