| /third_party/openssl/crypto/evp/ |
| H A D | evp_key.c | 78 EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, const unsigned char *salt, const unsigned char *data, int datal, int count, unsigned char *key, unsigned char *iv) EVP_BytesToKey() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryMappingTests.cpp | 168 void setRange (size_t offset, size_t count, bool value) in setRange() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | OverlayWidgets.h | 82 size_t count = 0; member in gl::overlay::Count
|
| H A D | Context.inl.h | 123 ANGLE_INLINE void Context::drawArrays(PrimitiveMode mode, GLint first, GLsizei count) in drawArrays() argument 39 MarkTransformFeedbackBufferUsage(const Context *context, GLsizei count, GLsizei instanceCount) MarkTransformFeedbackBufferUsage() argument 137 drawElements(PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices) drawElements() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | BufferD3D.cpp | 177 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | VertexBuffer9.cpp | 60 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | RewriteOutArgs.cpp | 22 size_t count; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | VertexBuffer11.cpp | 98 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cIncompleteTextureAccessTests.cpp | 162 glw::GLsizei const count; in PrepareProgram() member in gl4cts::IncompleteTextureAccess::Shader::glw
|
| H A D | gl4cShaderDrawParametersTests.hpp | 43 GLuint count; member 51 GLuint count; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
| H A D | esextcFragmentShadingRateBasic.cpp | 237 glw::GLsizei count = 0; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkMd5Sum.cpp | 227 unsigned count; in MD5Final() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
| H A D | reducer_test.cpp | 228 ss << "temp_" << count << ".spv"; in InterestingWhileOpcodeExists() local 570 uint32_t& count = result[function.result_id()] = 0; in GetFunctionInstructionCount() local 224 InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, uint32_t opcode, uint32_t count, bool dump) InterestingWhileOpcodeExists() argument 254 InterestingWhileIMulReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileIMulReachable() argument 259 InterestingWhileSDivReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileSDivReachable() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLBufferAgeTest.cpp | 48 EGLint count = 0; in chooseConfig() local 285 EGLint count = 0; in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | TextureSampling.cpp | 129 fstrstr << "uniform sampler2D uSampler" << count << ";\n"; in initShaders() local 227 samplerstrstr << "uSampler" << count; initTextures() local [all...] |
| H A D | PointSprites.cpp | 42 unsigned int count; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| H A D | BufferNULL.cpp | 118 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
|
| /third_party/skia/samplecode/ |
| H A D | SampleShip.cpp | 26 draw_atlas(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas() argument 33 draw_atlas_sim(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas_sim() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkWbmpCodec.cpp | 163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument 175 bool SkWbmpCodec::onSkipScanlines(int count) { in onSkipScanlines() argument
|
| /third_party/skia/src/core/ |
| H A D | SkDraw_atlas.cpp | 89 drawAtlas(const SkRSXform xform[], const SkRect textures[], const SkColor colors[], int count, SkBlendMode bmode, const SkPaint& paint) drawAtlas() argument
|
| H A D | SkBitmapProcState_matrixProcs.cpp | 57 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() argument 24 can_truncate_to_fixed_for_decal(SkFixed fx, SkFixed dx, int count, unsigned max) can_truncate_to_fixed_for_decal() argument 75 nofilter_scale(const SkBitmapProcState& s, uint32_t xy[], int count, int x, int y) nofilter_scale() argument 121 nofilter_affine(const SkBitmapProcState& s, uint32_t xy[], int count, int x, int y) nofilter_affine() argument 166 filter_scale(const SkBitmapProcState& s, uint32_t xy[], int count, int x, int y) filter_scale() argument 203 filter_affine(const SkBitmapProcState& s, uint32_t xy[], int count, int x, int y) filter_affine() argument [all...] |
| H A D | SkEnumerate.h | 83 constexpr SkEnumerate subspan(size_t offset, size_t count) { in subspan() argument
|
| H A D | SkTextBlobPriv.h | 66 RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkFont& font, GlyphPositioning pos) in RunRecord() argument
|
| /third_party/skia/src/effects/ |
| H A D | Sk1DPathEffect.cpp | 135 static bool morphpoints(SkPoint dst[], const SkPoint src[], int count, in morphpoints() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrStyle.cpp | 52 int32_t count = style.dashIntervalCnt(); in WriteKey() local
|