/third_party/skia/src/gpu/tessellate/ |
H A D | PathCurveTessellator.cpp | 149 // Resolve level 0 is just the beginning and ending vertices. in WriteFixedVertexBuffer() 179 // Resolve level 1 is just a single triangle at T=[0, 1/2, 1]. in WriteFixedIndexBufferBaseIndex()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkCropImageFilter.cpp | 90 // Limit our crop to just what is necessary for the next stage in the filter pipeline. in onFilterImage() 121 // But we can restrict the crop rect to just what's requested, since anything beyond that won't in onGetInputLayerBounds()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | PoolAlloc.cpp | 160 // We don't print the assert message. It's here just to be helpful. in checkGuardBlock() 244 // Just keep some interesting statistics. in allocate()
|
/third_party/openssl/doc/man3/ |
H A D | EVP_PKEY_keygen.pod | 39 Generating keys is sometimes straight forward, just generate the key's 46 To flexibly allow all that's just been described, key parameter and key
|
H A D | SSL_CTX_set_session_ticket_cb.pod | 64 application that a session ticket has just been decrypted. 110 handshake. Therefore, just because one ticket is unacceptable it does not mean
|
H A D | BIO_s_mem.pod | 44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read 45 pointer to the state it was just after the last write was performed and the
|
/third_party/openssl/providers/ |
H A D | build.info | 85 # include all of the object files that are needed, just like the default 139 # just say that for the built-in legacy, we put the source directly in
|
/third_party/openssl/include/openssl/ |
H A D | e_os2.h | 241 * stdint.h: currently just older VC++ 268 /* just use inline */
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | e_os2.h | 247 * stdint.h: currently just older VC++ 264 /* just use inline */
|
/third_party/skia/third_party/externals/spirv-tools/docs/ |
H A D | spirv-fuzz.md | 12 As the selection control mask is just a hint, changing the value of this mask should have no semantic impact on the module. The `TransformationSelectionControl` transformation specifies a new value for a given selection control mask. 20 The fields of `TransformationSetSelectionControl` provide just enough information to (a) determine whether a given example of this transformation is actually applicable, and (b) apply the transformation in the case that it is applicable. The details of the transformation message will vary a lot between transformations. In this case, the message has a `block_id` field, specifying a block that must end with `OpSelectionMerge`, and a `selection_control` field, which is the new value for the selection control mask of the `OpSelectionMerge` instruction.
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | convert_to_sampled_image_pass.h | 119 // is not an OpVariable instruction, just returns nullptr. 146 // binding are the same with |image_variable|, just combines |image_variable|
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/ |
H A D | spirv-fuzz.md | 12 As the selection control mask is just a hint, changing the value of this mask should have no semantic impact on the module. The `TransformationSelectionControl` transformation specifies a new value for a given selection control mask. 20 The fields of `TransformationSetSelectionControl` provide just enough information to (a) determine whether a given example of this transformation is actually applicable, and (b) apply the transformation in the case that it is applicable. The details of the transformation message will vary a lot between transformations. In this case, the message has a `block_id` field, specifying a block that must end with `OpSelectionMerge`, and a `selection_control` field, which is the new value for the selection control mask of the `OpSelectionMerge` instruction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | convert_to_sampled_image_pass.h | 119 // is not an OpVariable instruction, just returns nullptr. 146 // binding are the same with |image_variable|, just combines |image_variable|
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdatasrc-tj.c | 114 /* Just a dumb implementation for now. Could use fseek() except in skip_input_data() 135 * For the moment, this source module just uses the default resync method
|
H A D | jerror.c | 43 * The message table is made an external symbol just in case any applications 93 * not just not use this routine.
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 131 $# The executable works just fine.
145 $# If awk isn't set then this file is bypassed. If you just want the standard
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.h | 71 // called just before starting to decode the blocks. 77 // Called just after block decoding is finished (or when an error occurred
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
H A D | responseheaders.inc | 105 Otherwise, the connection would just be closed without comment, leaving the client curious about 167 @code{/picture.png} should provide just the same but without any artificial delays.
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | AudioStreamBuilder.cpp | 119 // The child stream would work as the requested stream so we can just use it directly. in openStream() 145 // Just open streamP the old way. in openStream()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
H A D | AMD_compressed_3DC_texture.txt | 86 and/or use them on all of the objects in a scene rather than just a select 144 z = sqrt(1 - (x*x + y*y)). This formula can be implemented using just a
|
/third_party/skia/tests/ |
H A D | Writer32Test.cpp | 175 writer.reset(); // should just rewind our storage in DEF_TEST() 186 writer.reset(); // should just rewind our storage in DEF_TEST()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_longest_match_inc.h | 198 /* Comparing for >= 2 does not change the semantics, but just saves for in FindLongestMatch() 238 /* Comparing for >= 3 does not change the semantics, but just saves in FindLongestMatch()
|
/third_party/skia/third_party/externals/dawn/docs/ |
H A D | device_facilities.md | 27 In this case, destruction of the device doesn't need to wait on GPU commands to finish because they just disappeared. 51 They aren't just booleans close to the code path they control, because embedders of Dawn like Chromium want to be able to surface what toggles are used by a device (like in about:gpu).
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
H A D | ARB_shader_viewport_layer_array.txt | 206 DISCUSSION: Rather not. This is just emualating things that the application 208 dedicated hardware resources just complicates things like counting rules and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
H A D | WGL_EXT_colorspace.txt | 113 only to sRGB formats supported by the context (normally just SRGB8) 179 // Just like for framebuffer object, return GL_SRGB is the framebuffer support sRGB update and blending and GL_LINEAR is no sRGB conversion can be performed
|