| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 912 ss << "mask_" << mask; in init() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLIOSurfaceClientBufferTest.cpp | 328 void doSampleTestWithTexture(const GLTexture &texture, int mask) in doSampleTestWithTexture() argument 296 doSampleTest(const ScopedIOSurfaceRef &ioSurface, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, void *data, size_t dataSize, int mask) doSampleTest() argument
|
| /third_party/skia/src/core/ |
| H A D | SkBitmapProcState.cpp | 393 const uint32_t mask = 0xFF00FF; in filter_32_alpha() local
|
| H A D | SkPaint.cpp | 213 uint32_t mask = ~0U; in ASSERT_FITS_IN() local
|
| H A D | SkVMBlitter.cpp | 687 void SkVMBlitter::blitMask(const SkMask& mask, const SkIRect& clip) { in blitMask() argument
|
| H A D | SkBlitter.cpp | 193 void SkBlitter::blitMask(const SkMask& mask, const SkIRect& clip) { in blitMask() argument 276 blitMaskRegion(const SkMask& mask, const SkRegion& clip) blitMaskRegion() argument 317 blitMask(const SkMask& mask, const SkIRect& clip) blitMask() argument [all...] |
| H A D | SkDistanceFieldGen.cpp | 549 unsigned mask = *maskPtr++; in SkGenerateDistanceFieldFromBWImage() local
|
| H A D | SkMaskFilter.cpp | 51 static void blitClippedMask(SkBlitter* blitter, const SkMask& mask, in blitClippedMask() argument 78 static void draw_nine_clipped(const SkMask& mask, const SkIRect& outerR, in draw_nine_clipped() argument 192 draw_nine(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, bool fillCenter, const SkRasterClip& clip, SkBlitter* blitter) draw_nine() argument [all...] |
| H A D | SkRasterPipelineBlitter.cpp | 407 SkMask mask; in blitAntiH2() local 420 SkMask mask; in blitAntiV2() local 432 SkMask mask; blitV() local 441 blitMask(const SkMask& mask, const SkIRect& clip) blitMask() argument [all...] |
| H A D | SkRasterPipeline.h | 145 uint32_t mask[SkRasterPipeline_kMaxStride]; member
|
| /third_party/skia/src/gpu/text/ |
| H A D | GrAtlasManager.cpp | 49 unsigned mask = *s++; in expand_bits() local
|
| /third_party/skia/src/opts/ |
| H A D | SkBitmapProcState_opts.h | 447 const uint32_t mask = 0xFF00FF; in filter_and_scale_by_alpha() local [all...] |
| H A D | SkSwizzler_opts.h | 435 const uint8_t mask[64] = { 2,1,0,3, 6,5,4,7, 10,9,8,11, 14,13,12,15, in RGBA_to_BGRA() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderMemory.cpp | 105 SIMD::Int mask = state->activeLaneMask(); in Store() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Reactor.cpp | 252 bool mask[4] = { false, false, false, false }; in createMask4() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | Shader.cpp | 1375 bool Shader::maskContainsComponent(int mask, int component) in maskContainsComponent() argument 1390 bool Shader::swizzleContainsComponentMasked(int swizzle, int component, int mask) in swizzleContainsComponentMasked() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_reflect.cpp | 564 auto &mask = get_decoration_bitset(res.id); in emit_resources() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | upgrade_memory_model.cpp | 761 uint32_t UpgradeMemoryModel::MemoryAccessNumWords(uint32_t mask) { in MemoryAccessNumWords() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | upgrade_memory_model.cpp | 761 uint32_t UpgradeMemoryModel::MemoryAccessNumWords(uint32_t mask) { in MemoryAccessNumWords() argument
|
| /third_party/skia/third_party/externals/imgui/misc/fonts/ |
| H A D | binary_to_compressed_c.cpp | 237 stb_compress_chunk(stb_uchar *history, stb_uchar *start, stb_uchar *end, int length, int *pending_literals, stb_uchar **chash, stb_uint mask) stb_compress_chunk() argument
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | rescaler_sse2.c | 201 const __m128i mask = _mm_set_epi32(0xffffffffu, 0, 0xffffffffu, 0); in ProcessRow_SSE2() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | islamcal.cpp | 196 int32_t mask = (int32_t) (0x01 << (11 - m)); // set mask for bit corresponding to month in getUmalqura_MonthLength() local
|
| /third_party/skia/tests/ |
| H A D | AAClipTest.cpp | 71 static void copyToMask(const SkRegion& rgn, SkMask* mask) { in copyToMask() argument 104 copyToMask(const SkRasterClip& rc, SkMask* mask) copyToMask() argument 246 SkMask mask; test_empty() local 328 SkMask mask; test_path_with_hole() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | hash_to_binary_tree_inc.h | 270 Store(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 279 StoreRange(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
|
| H A D | hash_longest_match_inc.h | 108 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 118 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
|