Home
last modified time | relevance | path

Searched defs:depth (Results 576 - 600 of 2105) sorted by relevance

1...<<21222324252627282930>>...85

/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h331 int depth; member
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c51 unsigned int depth, size; member
/third_party/pcre2/pcre2/src/
H A Dpcre2_study.c1690 int depth = 0; in study() local
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs287 internal static TestRecursiveMessage MakeRecursiveMessage(int depth) in MakeRecursiveMessage() argument
299 internal static void AssertMessageDepth(TestRecursiveMessage message, int depth) in AssertMessageDepth() argument
/third_party/openssl/apps/include/
H A Dapps.h331 int depth; member
/third_party/openssl/crypto/bn/
H A Dbn_ctx.c51 unsigned int depth, size; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.hpp79 inline VkClearValue makeClearValueDepthStencil (float depth, deUint32 stencil) in makeClearValueDepthStencil() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp149 const auto depth = m_params.imageType == vk::VK_IMAGE_TYPE_3D ? m_params.dimensions.depth : 1u; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp144 const auto depth = m_params.imageType == vk::VK_IMAGE_TYPE_3D ? m_params.dimensions.depth : 1u; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndex.cpp190 ImageIndex ImageIndex::MakeFromTarget(TextureTarget target, GLint levelIndex, GLint depth) in MakeFromTarget() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.h48 int32_t depth; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp184 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputTree.cpp67 void OutputTreeText(TInfoSinkBase &out, TIntermNode *node, const int depth) in OutputTreeText() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.cpp290 unsigned int border, depth; in getWindowDimensions() local
H A DPixmapSurfaceGLX.cpp102 unsigned int depth = 0; in initialize() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp53 glw::GLint depth; member
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp620 const glw::GLsizei depth = 4; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp65 void CubeMapArrayDataStorage::init(const glw::GLuint width, const glw::GLuint height, const glw::GLuint depth, in init() argument
H A DesextcTextureCubeMapArraySubImage3D.cpp151 glw::GLuint depth = resolutions[resolution_index][DL_DEPTH]; in iterate() local
233 configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLuint clear_value) configureDataBuffer() argument
313 configureCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLuint clear_value) configureCubeMapArrayTexture() argument
356 clearCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint clear_value) clearCubeMapArrayTexture() argument
432 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) checkResults() argument
465 testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testTexSubImage3D() argument
527 testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testCopyTexSubImage3D() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp535 verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) verify() argument
597 verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) verify() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_id_test.cpp3762 int depth = 255; in TEST_P() local
3776 << depth << "\n"; in TEST_P() local
3825 int depth = 10; in TEST_P() local
3839 << depth << "\n"; in TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilTest.cpp276 GLTexture depth; TEST_P() local
330 clearAndCompareDepth(GLfloat depth, uint32_t expected) clearAndCompareDepth() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp76 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
/third_party/skia/samplecode/
H A DSampleThinAA.cpp76 static sk_sp<ShapeRenderer> MakeLines(SkScalar depth, bool hairline = false) { in MakeLines() argument
80 static sk_sp<ShapeRenderer> MakeCurve(SkScalar depth, bool hairline = false) { in MakeCurve() argument
148 PathRenderer(SkScalar depth, bool hairline) in PathRenderer() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp110 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in Image() argument
227 const int depth; global() member in egl::Image
[all...]

Completed in 34 milliseconds

1...<<21222324252627282930>>...85