Home
last modified time | relevance | path

Searched defs:right (Results 476 - 500 of 632) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp923 GLint right = bounds.destRegion.x1(); in adjustSrcDstRegion() local
1047 GLint right = bounds.sourceRegion.x1(); in adjustSrcDstRegion() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp37 TPrecision GetHigherPrecision(TPrecision left, TPrecision right) in GetHigherPrecision() argument
1263 TOperator TIntermBinary::GetMulOpBasedOnOperands(const TType &left, const TType &right) in GetMulOpBasedOnOperands() argument
1312 TOperator TIntermBinary::GetMulAssignOpBasedOnOperands(const TType &left, const TType &right) in GetMulAssignOpBasedOnOperands() argument
1536 TIntermBinary(TOperator op, TIntermTyped *left, TIntermTyped *right) TIntermBinary() argument
1544 CreateComma(TIntermTyped *left, TIntermTyped *right, int shaderVersion) CreateComma() argument
1764 GetCommaQualifier(int shaderVersion, const TIntermTyped *left, const TIntermTyped *right) GetCommaQualifier() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_1_0.cpp426 orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) orthof() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp275 static bool compare(const T& left, const T& right) in compare() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp1878 void ViewportAPI::compareViewports(std::vector<GLfloat>& left, std::vector<GLfloat>& right, const GLchar* description, in compareViewports() argument
2082 void ScissorAPI::compareScissorBoxes(std::vector<GLint>& left, std::vector<GLint>& right, const GLchar* description, in compareScissorBoxes() argument
2276 void DepthRangeAPI::compareDepthRanges(std::vector<T>& left, std::vector<T>& right, cons argument
2464 compareScissorTestStates(std::vector<GLboolean>& left, std::vector<GLboolean>& right, const GLchar* description, bool& out_result) compareScissorTestStates() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp635 void GrTriangulator::FindEnclosingEdges(Vertex* v, EdgeList* edges, Edge** left, Edge** right) { in FindEnclosingEdges() argument
844 static bool top_collinear(Edge* left, Edge* right) { in top_collinear() argument
852 static bool bottom_collinear(Edge* left, Edge* right) { in bottom_collinear() argument
922 intersectEdgePair(Edge* left, Edge* right, EdgeList* activeEdges, Vertex** current, const Comparator& c) const intersectEdgePair() argument
1056 checkForIntersection(Edge* left, Edge* right, EdgeList* activeEdges, Vertex** current, VertexList* mesh, const Comparator& c) const checkForIntersection() argument
1260 validate_edge_pair(Edge* left, Edge* right, const Comparator& c) validate_edge_pair() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp292 int left = bounds.left(), right = bounds.right(); in lightBitmap() local
505 SkIRect right = SkIRect::MakeXYWH(dstRect.width() - 1, 1, 1, dstRect.height() - 2); in filterImageGPU() local
/third_party/skia/src/core/
H A DSkRegion.cpp1484 Spanerator(const SkRegion& rgn, int y, int left, int right) Spanerator() argument
1528 next(int* left, int* right) next() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.c1279 png_fixed_point left, right, denominator; in png_XYZ_from_xy() local
H A Dpngrtran.c422 png_byte right; member
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c122 uint32_t current, up, down, left, right; in MaxDiffsForRow() local
103 MaxDiffAroundPixel(uint32_t current, uint32_t up, uint32_t down, uint32_t left, uint32_t right) MaxDiffAroundPixel() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c596 const int right = clip(*x_offset + *width, 0, curr_canvas->width); in WebPAnimEncoderRefineRect() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp1867 UBool MessageFormat::equalFormats(const void* left, const void* right) { in equalFormats() argument
H A Drulebasedcollator.cpp700 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument
708 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument
724 compare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const compare() argument
743 compareUTF8(const StringPiece &left, const StringPiece &right, UErrorCode &errorCode) const compareUTF8() argument
756 internalCompareUTF8(const char *left, int32_t leftLength, const char *right, int32_t rightLength, UErrorCode &errorCode) const internalCompareUTF8() argument
934 compareNFDIter(const Normalizer2Impl &nfcImpl, NFDIterator &left, NFDIterator &right) compareNFDIter() argument
968 doCompare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument
1087 doCompare(const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument
1216 compare(UCharIterator &left, UCharIterator &right, UErrorCode &errorCode) const compare() argument
[all...]
H A Dtimezone.cpp371 TimeZone::operator=(const TimeZone &right) in operator =() argument
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp1516 const StringResource *right = *((const StringResource **)r); in compareStringSuffixes() local
1536 const StringResource *right = *((const StringResource **)r); in compareStringLengths() local
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp1379 void MetalCodeGenerator::writeMatrixTimesEqualHelper(const Type& left, const Type& right, in writeMatrixTimesEqualHelper() argument
1402 void MetalCodeGenerator::writeMatrixEqualityHelpers(const Type& left, const Type& right) { in writeMatrixEqualityHelpers() argument
1591 const Expression& right = *b.right(); writeBinaryExpression() local
[all...]
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp514 static bool right(const SkPoint& p0, const SkPoint& p1) { in right() function
1014 const ActiveEdge* right = tree->fChild[1]; in VerifyTree() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c473 int left, right; in BrotliBuildAndStoreHuffmanTreeFast() local
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
H A Dceval.h229 struct ceval_node * left, * right, * parent; member
998 double left, right; ceval_evaluate_tree_() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c786 FT_Pos right, bottom; in ft_glyphslot_grid_fit_metrics() local
H A Dftstroke.c1798 FT_StrokeBorder right = stroker->borders + 0; in ft_stroker_add_reverse_left() local
1875 FT_StrokeBorder right = stroker->borders; FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.c1073 SDF_Edge* left,* right; in split_sdf_conic() local
1142 SDF_Edge* left,* right; in split_sdf_cubic() local
[all...]
/third_party/python/Modules/
H A D_hashopenssl.c1947 const void *right = b; in _tscmp() local
/third_party/python/Include/internal/
H A Dpycore_ast_state.h232 PyObject *right; member

Completed in 69 milliseconds

1...<<11121314151617181920>>...26