Home
last modified time | relevance | path

Searched defs:attachment (Results 51 - 75 of 178) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp482 PipelineCreateInfo::ColorBlendState::Attachment attachment; in iterate() local
H A DvktDrawOHOSNativeBufferTests.cpp505 PipelineCreateInfo::ColorBlendState::Attachment attachment; in iterate() local
H A DvktDrawScissorTests.cpp174 const VkClearAttachment attachment = in addCommands() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp364 Move<VkImageView> attachment = buildView(**image, m_params.format); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp321 de::MovePtr<tcu::TextureLevel> attachment; in iterate() local
H A DvktRenderPassDitheringTests.cpp438 VkRenderingAttachmentInfoKHR attachment = in render() local
H A DvktRenderPassTestsUtil.cpp371 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() argument
615 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp482 PipelineCreateInfo::ColorBlendState::Attachment attachment; in iterate() local
H A DvktDrawScissorTests.cpp174 const VkClearAttachment attachment = in addCommands() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp779 const auto *attachment = framebuffer->getFirstColorAttachment(); in setColorMask() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleFunctionalTests.cpp2159 glw::GLenum attachment = 0; iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp138 void TestContext::framebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texId, GLint level) in framebufferTexture2D() argument
144 void TestContext::framebufferTextureLayer(GLenum target, GLenum attachment, GLuint texId, GLint level, GLint layer) in framebufferTextureLayer() argument
150 void TestContext::framebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint rboId) in framebufferRenderbuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp17 GLuint attachment; member
502 GLuint attachment; in TEST_P() member
[all...]
H A DWebGLFramebufferTest.cpp151 testAttachment(GLint width, GLint height, GLRenderbuffer *colorBuffer, GLenum attachment, GLRenderbuffer *buffer, GLbitfield allowedStatuses) testAttachment() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL3.cpp43 ValidateFramebufferTexture1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textargetPacked, TextureID texture, GLint level) ValidateFramebufferTexture1D() argument
54 ValidateFramebufferTexture3D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textargetPacked, TextureID texture, GLint level, GLint zoffset) ValidateFramebufferTexture3D() argument
H A DvalidationES32.cpp293 ValidateFramebufferTexture(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureID texture, GLint level) ValidateFramebufferTexture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp110 MaybeError ValidateAttachmentArrayLayersAndLevelCount(const TextureViewBase* attachment) { in ValidateAttachmentArrayLayersAndLevelCount() argument
123 MaybeError ValidateOrSetAttachmentSize(const TextureViewBase* attachment, in ValidateOrSetAttachmentSize() argument
168 const TextureViewBase* attachment = colorAttachment.view; ValidateResolveTarget() local
220 TextureViewBase* attachment = colorAttachment.view; ValidateRenderPassColorAttachment() local
260 TextureViewBase* attachment = depthStencilAttachment->view; ValidateRenderPassDepthStencilAttachment() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp321 de::MovePtr<tcu::TextureLevel> attachment; in iterate() local
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp510 MmsAttachment attachment; in HWTEST_F() local
558 MmsAttachment attachment; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp1428 GLenum attachment = 0; in FramebufferTextureLayer() local
2247 GLenum attachment = 0; in GetFramebufferAttachmentParameter() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp1202 VkClearAttachment attachment = in prepareRenderPass() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_params.cpp361 CaptureGetFramebufferAttachmentParameteriv_params(const State &glState, bool isCallValid, GLenum target, GLenum attachment, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferAttachmentParameteriv_params() argument
H A Dcapture_gles_3_2_autogen.cpp386 CaptureFramebufferTexture(const State &glState, bool isCallValid, GLenum target, GLenum attachment, TextureID texturePacked, GLint level) CaptureFramebufferTexture() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.cpp483 GL_FramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level) GL_FramebufferTexture() argument
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp747 GrAttachment* attachment = static_cast<GrAttachment*>(resource); in refScratchMSAAAttachment() local

Completed in 43 milliseconds

12345678