Home
last modified time | relevance | path

Searched defs:colorBuffer (Results 1 - 25 of 60) sorted by relevance

123

/third_party/skia/modules/svg/src/
H A DSkSVGXMLDOM.cpp47 char colorBuffer[8]; in setSVGColor() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp315 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(dst); in renderReferenceTriangle() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiSmokeTests.cpp315 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(dst); in renderReferenceTriangle() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp191 ID3D11Texture2D *colorBuffer = nullptr; in bindTexImage() local
491 ID3D11Texture2D *colorBuffer = nullptr; in createSwapChain() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp587 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) getReferenceColor() argument
634 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) getReferenceColor() argument
746 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) getReferenceColor() argument
835 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) getReferenceColor() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp111 GLuint colorBuffer = static_cast<GLuint>(static_cast<uint8_t>(attachment)); in ApplyColorState() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragmentOpUtil.cpp213 void ReferenceQuadRenderer::flushFragmentBuffer (const rr::MultisamplePixelBufferAccess& colorBuffer, in flushFragmentBuffer() argument
223 void ReferenceQuadRenderer::render (const tcu::PixelBufferAccess& colorBuffer, in render() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp142 draw(Context& context, const UVec2& renderSize, const VkFormat colorFormat, const Vec4& clearColor, const VkBuffer colorBuffer, const int numDrawInstances, const std::vector<Vec4>& perInstanceAttribute) draw() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp512 const BufferWithMemory* const colorBuffer[PIPELINE_CASES] = { &colorBuffer1, &colorBuffer2 }; in iterate() local
373 getPixelBufferAccess(const DeviceInterface& vk, const VkDevice device, const BufferWithMemory& colorBuffer, const VkFormat colorFormat, const tcu::IVec2& renderSize) getPixelBufferAccess() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp142 draw(Context& context, const UVec2& renderSize, const VkFormat colorFormat, const Vec4& clearColor, const VkBuffer colorBuffer, const int numDrawInstances, const std::vector<Vec4>& perInstanceAttribute) draw() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp512 const BufferWithMemory* const colorBuffer[PIPELINE_CASES] = { &colorBuffer1, &colorBuffer2 }; in iterate() local
373 getPixelBufferAccess(const DeviceInterface& vk, const VkDevice device, const BufferWithMemory& colorBuffer, const VkFormat colorFormat, const tcu::IVec2& renderSize) getPixelBufferAccess() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp162 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); in generateRefImage() local
H A DvktDrawOHOSNativeBufferTests.cpp164 const rr::MultisamplePixelBufferAccess colorBuffer = in generateRefImage() local
H A DvktDrawShaderLayerTests.cpp902 const SharedPtr<Buffer> colorBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), allocator, MemoryRequirement::HostVisible); in testVertexShader() local
962 const SharedPtr<Buffer> colorBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), allocator, MemoryRequirement::HostVisible); testTessellationShader() local
[all...]
H A DvktDrawShaderViewportIndexTests.cpp731 void draw (Context& context, const VkBuffer colorBuffer) in draw() argument
956 const SharedPtr<Buffer> colorBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), allocator, MemoryRequirement::HostVisible); in testVertexFragmentShader() local
1017 const SharedPtr<Buffer> colorBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), allocator, MemoryRequirement::HostVisible); testTessellationShader() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp967 Move<VkBuffer> colorBuffer = vkt::pipeline::makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in test() local
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp379 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp162 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); in generateRefImage() local
H A DvktDrawShaderLayerTests.cpp891 const SharedPtr<Buffer> colorBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), allocator, MemoryRequirement::HostVisible); in testVertexShader() local
951 const SharedPtr<Buffer> colorBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), allocator, MemoryRequirement::HostVisible); testTessellationShader() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp176 void testAttachments(GLRenderbuffer &colorBuffer, in testAttachments() argument
199 GLRenderbuffer colorBuffer; in testColorRenderbuffer() local
151 testAttachment(GLint width, GLint height, GLRenderbuffer *colorBuffer, GLenum attachment, GLRenderbuffer *buffer, GLbitfield allowedStatuses) testAttachment() argument
325 testDepthStencilRenderbuffer(GLint width, GLint height, GLRenderbuffer *colorBuffer, GLbitfield allowedStatuses) testDepthStencilRenderbuffer() argument
375 GLRenderbuffer colorBuffer; TEST_P() local
512 GLRenderbuffer colorBuffer; checkValidColorDepthCombination() local
575 GLRenderbuffer colorBuffer; testUsingIncompleteFramebuffer() local
618 GLRenderbuffer colorBuffer; testFramebufferIncompleteAttachment() local
646 GLRenderbuffer colorBuffer; testFramebufferIncompleteMissingAttachment() local
663 GLRenderbuffer colorBuffer; testFramebufferIncompleteDimensions() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp54 ImageView *colorBuffer[sw::MAX_COLOR_BUFFERS] = {}; member
H A DRenderer.hpp96 unsigned int *colorBuffer[MAX_COLOR_BUFFERS]; member
170 vk::ImageView *colorBuffer[MAX_COLOR_BUFFERS]; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp970 Move<VkBuffer> colorBuffer = vkt::pipeline::makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp402 ImageWithMemoryPtr colorBuffer; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp864 ut::TypedBuffer<tcu::Vec4> colorBuffer = prepareColorBuffer(); in iterate() local

Completed in 30 milliseconds

123