Home
last modified time | relevance | path

Searched defs:depth (Results 751 - 775 of 2080) sorted by relevance

1...<<31323334353637383940>>...84

/third_party/skia/third_party/externals/angle2/src/common/
H A Dandroid_util.cpp304 CreateEGLClientBufferFromAHardwareBuffer(int width, int height, int depth, int androidFormat, int usage) CreateEGLClientBufferFromAHardwareBuffer() argument
334 GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, int *width, int *height, int *depth, int *pixelFormat, uint64_t *usage) GetANativeWindowBufferProperties() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.cpp985 glw::GLint depth in check() local
[all...]
H A Dgl4cSparseTextureClampTests.cpp294 GLint depth; in verifyLookupTextureData() local
717 GLint depth; in writeDataToTexture() local
812 GLint depth; verifyLookupTextureData() local
1039 GLint depth; commitTexturePage() local
1063 GLint depth; isInPageSizesRange() local
1088 GLint depth; isPageSizesMultiplication() local
[all...]
H A Dgl4cClipControlTests.cpp97 bool verifyState(glw::GLenum origin, glw::GLenum depth) in verifyState() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp64 TestConfiguration( glw::GLsizei nInComponents, glw::GLsizei nOutComponents, glw::GLenum target, glw::GLenum inputInternalFormat, glw::GLenum outputInternalFormat, glw::GLenum filtering, glw::GLenum inputFormat, glw::GLenum outputFormat, glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) TestConfiguration() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.cpp161 glw::GLuint depth = 0; in iterate() local
224 createCubeMapArrayTexture(glw::GLuint& texId, glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLboolean shadow) createCubeMapArrayTexture() argument
315 configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) configureTextures() argument
446 configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) configureTextures() argument
468 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) checkResults() argument
1168 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) checkResults() argument
1588 configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) configureTextures() argument
1646 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType) checkResults() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFragDepthTests.cpp369 float depth = f * 2.0f - 1.0f; in iterate() local
[all...]
H A DglcTextureFilterAnisotropicTests.cpp110 texImage(const Functions& gl, GLenum target, GLint level, GLenum internal_format, GLuint width, GLuint height, GLuint depth, GLenum format, GLenum type, const GLvoid* data) texImage() argument
143 subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels) subImage() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer.h116 void SetDepth(uint32_t depth) { depth_ = depth; } in SetDepth() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp175 int depth = 0; in ValidateHardwareBuffer() local
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp82 addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, CurveState curve) addPt() argument
122 updatePt(int index, const SkPoint& pt, SkScalar depth, SkScalar coverage) updatePt() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp37 int4 depth; member
52 float4 depth; member
/third_party/openssl/crypto/x509/
H A Dx509_local.h28 int depth; /* Verify depth */ member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_obfuscate_constants.cpp38 ObfuscateBoolConstantViaConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, const std::vector<SpvOp>& greater_than_opcodes, const std::vector<SpvOp>& less_than_opcodes, uint32_t constant_id_1, uint32_t constant_id_2, bool first_constant_is_larger) ObfuscateBoolConstantViaConstantPair() argument
120 ObfuscateBoolConstantViaFloatConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t float_constant_id_1, uint32_t float_constant_id_2) ObfuscateBoolConstantViaFloatConstantPair() argument
163 ObfuscateBoolConstantViaSignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t signed_int_constant_id_1, uint32_t signed_int_constant_id_2) ObfuscateBoolConstantViaSignedIntConstantPair() argument
204 ObfuscateBoolConstantViaUnsignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t unsigned_int_constant_id_1, uint32_t unsigned_int_constant_id_2) ObfuscateBoolConstantViaUnsignedIntConstantPair() argument
268 ObfuscateBoolConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateBoolConstant() argument
391 ObfuscateConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateConstant() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_obfuscate_constants.cpp38 ObfuscateBoolConstantViaConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, const std::vector<SpvOp>& greater_than_opcodes, const std::vector<SpvOp>& less_than_opcodes, uint32_t constant_id_1, uint32_t constant_id_2, bool first_constant_is_larger) ObfuscateBoolConstantViaConstantPair() argument
120 ObfuscateBoolConstantViaFloatConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t float_constant_id_1, uint32_t float_constant_id_2) ObfuscateBoolConstantViaFloatConstantPair() argument
163 ObfuscateBoolConstantViaSignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t signed_int_constant_id_1, uint32_t signed_int_constant_id_2) ObfuscateBoolConstantViaSignedIntConstantPair() argument
204 ObfuscateBoolConstantViaUnsignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t unsigned_int_constant_id_1, uint32_t unsigned_int_constant_id_2) ObfuscateBoolConstantViaUnsignedIntConstantPair() argument
268 ObfuscateBoolConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateBoolConstant() argument
391 ObfuscateConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateConstant() argument
[all...]
/third_party/skia/src/pathops/
H A DSkIntersections.h288 int depth() const { in depth() function in SkIntersections
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DTextureGL.cpp228 GLfloat depth = fClearColor; in ClearTexture() local
424 uint32_t depth = in ClearTexture() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp92 float depth; member
275 float depth; DoTest() member
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dentropy_encode.c375 static void DecideOverRleUse(const uint8_t* depth, const size_t length, in DecideOverRleUse() argument
405 void BrotliWriteHuffmanTree(const uint8_t* depth, in BrotliWriteHuffmanTree() argument
23 BrotliSetDepth( int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) BrotliSetDepth() argument
71 BrotliCreateHuffmanTree(const uint32_t* data, const size_t length, const int tree_limit, HuffmanTree* tree, uint8_t* depth) BrotliCreateHuffmanTree() argument
476 BrotliConvertBitDepthsToSymbols(const uint8_t* depth, size_t len, uint16_t* bits) BrotliConvertBitDepthsToSymbols() argument
[all...]
/third_party/openssl/crypto/asn1/
H A Dtasn_dec.c162 asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_item_embed_d2i() argument
496 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_ex_d2i() argument
568 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_noexp_d2i() argument
1040 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) asn1_collect() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc194 int depth = 1; in skip_comment() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderPassDescriptorValidationTests.cpp781 wgpu::TextureView depth = TEST_F() local
790 wgpu::TextureView depth = TEST_F() local
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java616 private TestRecursiveMessage makeRecursiveMessage(int depth) { in makeRecursiveMessage() argument
624 private void assertMessageDepth(String msg, TestRecursiveMessage message, int depth) { in assertMessageDepth() argument
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs130 let mut depth = 0usize; in block_comment() variables
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_obfuscate_constants.cpp38 ObfuscateBoolConstantViaConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, const std::vector<spv::Op>& greater_than_opcodes, const std::vector<spv::Op>& less_than_opcodes, uint32_t constant_id_1, uint32_t constant_id_2, bool first_constant_is_larger) ObfuscateBoolConstantViaConstantPair() argument
120 ObfuscateBoolConstantViaFloatConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t float_constant_id_1, uint32_t float_constant_id_2) ObfuscateBoolConstantViaFloatConstantPair() argument
163 ObfuscateBoolConstantViaSignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t signed_int_constant_id_1, uint32_t signed_int_constant_id_2) ObfuscateBoolConstantViaSignedIntConstantPair() argument
205 ObfuscateBoolConstantViaUnsignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t unsigned_int_constant_id_1, uint32_t unsigned_int_constant_id_2) ObfuscateBoolConstantViaUnsignedIntConstantPair() argument
270 ObfuscateBoolConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateBoolConstant() argument
393 ObfuscateConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateConstant() argument
[all...]

Completed in 25 milliseconds

1...<<31323334353637383940>>...84