Home
last modified time | relevance | path

Searched defs:samples (Results 476 - 500 of 715) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp1698 CaptureTexStorage2DMultisample(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) CaptureTexStorage2DMultisample() argument
H A Dcapture_gles_3_2_autogen.cpp1261 CaptureTexStorage3DMultisample(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) CaptureTexStorage3DMultisample() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp652 int samples = mHasMultisample ? getGLXFBConfigAttrib(glxConfig, GLX_SAMPLES) : 0; in generateConfigs() local
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc269 bool IsValidSampleCount(uint32_t samples) { in IsValidSampleCount() argument
2134 const uint32_t samples = token->AsUint32(); in ParseBuffer() local
2253 const uint32_t samples = token->AsUint32(); in ParseImage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp615 ValidateTexStorage3DMultisample(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexStorage3DMultisample() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultisampledRenderToTextureTest.cpp228 GLint samples; in TEST_P() local
316 GLint samples; in TEST_P() local
353 GLint samples; TEST_P() local
490 GLsizei samples = 2; TEST_P() local
534 GLsizei samples = 0; TEST_P() local
559 createAndAttachColorAttachment( bool useRenderbuffer, GLsizei size, GLenum renderbufferTarget, const GLType *glType, GLint samples, GLTexture *textureOut, GLRenderbuffer *renderbufferOut) createAndAttachColorAttachment() argument
[all...]
H A DMultiviewDrawTest.cpp64 MultiviewFramebufferTestBase(const PlatformParameters &params, int samples) in MultiviewFramebufferTestBase() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp1892 GL_TexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) GL_TexStorage2DMultisample() argument
H A Dentry_points_gles_3_2_autogen.cpp1285 GL_TexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexStorage3DMultisample() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp1036 size_t Image::size(int width, int height, int depth, int border, int samples, GLint internalformat) in size() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp388 getSamplesFromString(const UnicodeString &samples, double *destDbl, in getSamplesFromString() argument
[all...]
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp253 run_ddl_benchmark(sk_gpu_test::TestContext* testContext, GrDirectContext *dContext, sk_sp<SkSurface> dstSurface, SkPicture* inputPicture, std::vector<Sample>* samples) run_ddl_benchmark() argument
344 run_benchmark(GrDirectContext* context, SkSurface* surface, SkpProducer* skpp, std::vector<Sample>* samples) run_benchmark() argument
377 run_gpu_time_benchmark(sk_gpu_test::GpuTimer* gpuTimer, GrDirectContext* context, SkSurface* surface, const SkPicture* skp, std::vector<Sample>* samples) run_gpu_time_benchmark() argument
445 print_result(const std::vector<Sample>& samples, const char* config, const char* bench) print_result() argument
610 std::vector<Sample> samples; main() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp105 int samples; member in deqp::gles3::Functional::FboConfig
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp895 void TextureLevelCase::getFormatSamples (glw::GLenum internalFormat, std::vector<int>& samples) in getFormatSamples() argument
1001 std::vector<int> samples; in generateTestIterations() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp124 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const deUint32 layers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument
[all...]
H A DvktRenderPassTestsUtil.cpp519 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) Attachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp87 static const std::vector<T> samples = in interestingSamples() local
108 auto& samples = interestingSamples<T>(); in getRandomInteresting() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp93 makeImageCreateInfo(const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples, const VkImageTiling tiling) makeImageCreateInfo() argument
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp219 void ContextWrapper::glRenderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalformat, int width, int height) in glRenderbufferStorageMultisample() argument
H A DsglrReferenceContext.cpp306 ReferenceContextBuffers::ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int samples) in ReferenceContextBuffers() argument
308 m_colorbuffer.setStorage(toTextureFormat(colorBits), samples, width, height); in ReferenceContextBuffers() local
311 m_depthbuffer.setStorage(getDepthFormat(depthBits), samples, width, height); in ReferenceContextBuffers() local
314 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height); in ReferenceContextBuffers() local
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp67 EGLint red, green, blue, alpha, depth, stencil, samples, sft, rt; in ShowConfig() local
238 EGLint red, green, blue, alpha, depth, stencil, samples; in SetConfig() local
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dadxl34x.c302 int int_stat, tap_stat, samples, orient, orient_code; in adxl34x_irq() local
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dbmc150-accel-core.c848 bmc150_accel_fifo_transfer(struct bmc150_accel_data *data, char *buffer, int samples) bmc150_accel_fifo_transfer() argument
865 __bmc150_accel_fifo_flush(struct iio_dev *indio_dev, unsigned samples, bool irq) __bmc150_accel_fifo_flush() argument
950 bmc150_accel_fifo_flush(struct iio_dev *indio_dev, unsigned samples) bmc150_accel_fifo_flush() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dmeson_saradc.c377 meson_sar_adc_set_averaging(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum meson_sar_adc_avg_mode mode, enum meson_sar_adc_num_samples samples) meson_sar_adc_set_averaging() argument

Completed in 52 milliseconds

1...<<11121314151617181920>>...29