| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_wgl.cpp | 305 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA() argument 311 BOOL GL_APIENTRY wglUseFontBitmapsW(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsW() argument 317 wglUseFontOutlinesA(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesA() argument 330 wglUseFontOutlinesW(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesW() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MultiDrawTest.cpp | 99 GLuint first; member 873 GLint first = 0; in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| H A D | ContextNULL.cpp | 131 drawArrays(const gl::Context *context, gl::PrimitiveMode mode, GLint first, GLsizei count) drawArrays() argument 139 drawArraysInstanced(const gl::Context *context, gl::PrimitiveMode mode, GLint first, GLsizei count, GLsizei instanceCount) drawArraysInstanced() argument 148 drawArraysInstancedBaseInstance(const gl::Context *context, gl::PrimitiveMode mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance) drawArraysInstancedBaseInstance() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderControlFlow.cpp | 760 bool first = true; in WriteCFGGraphVizDotFile() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | inline_pass.cpp | 495 auto& first = new_blocks->front(); in MoveLoopMergeInstToFirstBlock() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | inline_pass.cpp | 495 auto& first = new_blocks->front(); in MoveLoopMergeInstToFirstBlock() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imstb_textedit.h | 523 int i=0, first; in stb_textedit_find_charpos() local
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | runtime.py | 462 def first(self): member in LoopContext
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8_dec.c | 524 int first; in ParseResiduals() local
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | genrb.cpp | 437 int32_t first = *p; in main() local
|
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| H A D | muxinternal.c | 101 WebPChunk* ChunkSearchList(WebPChunk* first, uint32_t nth, uint32_t tag) { in ChunkSearchList() argument
|
| /third_party/skia/tests/ |
| H A D | PathOpsAngleTest.cpp | 517 SkOpSegment* first = contour.first(); in DEF_TEST() local [all...] |
| H A D | PathOpsExtendedTest.cpp | 425 bool first = true; in json_path_out() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkOpContour.h | 175 SkOpSegment* first() { in first() function in SkOpContour 180 const SkOpSegment* first() const { in first() function in SkOpContour
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afhints.h | 282 AF_Point first; /* first point in edge segment */ member 303 AF_Segment first; /* first segment in edge */ member
|
| H A D | aftypes.h | 268 FT_UInt32 first; member
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffparse.c | 116 cff_parser_within_limits( CFF_Parser parser, FT_Byte* first, FT_Byte* last ) cff_parser_within_limits() argument
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psobjs.c | 1756 FT_Int first; t1_builder_close_contour() local 2035 FT_Int first; cff_builder_close_contour() local 2343 FT_Int first; ps_builder_close_contour() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/winfonts/ |
| H A D | winfnt.c | 616 FT_UInt32 first; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-aat-layout-common.hh | 100 HBGlyphID16 first; /* First GlyphID in this segment */ member 169 HBGlyphID16 first; /* First GlyphID in this segment */ global() member [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_generators.py | 1710 def first(): global() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 447 bool first = true; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | Hashing.h | 404 hash_code hash_combine_range_impl(InputIteratorT first, InputIteratorT last) { in hash_combine_range_impl() argument 448 hash_combine_range_impl(ValueT *first, ValueT *last) hash_combine_range_impl() argument 480 hash_combine_range(InputIteratorT first, InputIteratorT last) hash_combine_range() argument [all...] |
| H A D | StringMap.h | 153 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); } in first() function in llvm::StringMapEntry
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 220 unsigned first; member
|