/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | WebGLFramebufferTest.cpp | 153 GLRenderbuffer *colorBuffer, in testAttachment() 176 void testAttachments(GLRenderbuffer &colorBuffer, in testAttachments() 199 GLRenderbuffer colorBuffer; in testColorRenderbuffer() local 327 GLRenderbuffer *colorBuffer, in testDepthStencilRenderbuffer() 375 GLRenderbuffer colorBuffer; in TEST_P() local 512 GLRenderbuffer colorBuffer; in checkValidColorDepthCombination() local 575 GLRenderbuffer colorBuffer; in testUsingIncompleteFramebuffer() local 618 GLRenderbuffer colorBuffer; in testFramebufferIncompleteAttachment() local 646 GLRenderbuffer colorBuffer; in testFramebufferIncompleteMissingAttachment() local 663 GLRenderbuffer colorBuffer; in testFramebufferIncompleteDimensions() local
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 913 uint32_t colorBuffer) in rcSetWindowColorBuffer() 935 static void rcFBPost(uint32_t colorBuffer) in rcFBPost() 950 static void rcBindTexture(uint32_t colorBuffer) in rcBindTexture() 963 static void rcBindRenderbuffer(uint32_t colorBuffer) in rcBindRenderbuffer() 976 static EGLint rcColorBufferCacheFlush(uint32_t colorBuffer, in rcColorBufferCacheFlush() 986 static void rcReadColorBuffer(uint32_t colorBuffer, in rcReadColorBuffer() 999 static int rcUpdateColorBuffer(uint32_t colorBuffer, in rcUpdateColorBuffer() 1020 static int rcUpdateColorBufferDMA(uint32_t colorBuffer, in rcUpdateColorBufferDMA() 1285 static int rcSetDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) { in rcSetDisplayColorBuffer() 1294 static int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in rcGetDisplayColorBuffer() [all …]
|
D | FrameBuffer.cpp | 1641 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in readColorBuffer() local 1654 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in readColorBufferYUV() local 1692 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in updateColorBuffer() local 1729 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in getColorBufferInfo() local 1822 ColorBufferPtr colorBuffer = nullptr; in postImpl() local 1880 uint32_t colorBuffer; in postImpl() local 2072 ColorBufferPtr colorBuffer = findColorBuffer(cb); in getScreenshot() local 2753 int FrameBuffer::setDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) { in setDisplayColorBuffer() 2758 int FrameBuffer::getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in getDisplayColorBuffer() 2763 int FrameBuffer::getColorBufferDisplay(uint32_t colorBuffer, uint32_t* displayId) { in getColorBufferDisplay() [all …]
|
D | ColorBuffer.cpp | 59 std::shared_ptr<ColorBuffer> colorBuffer( in create() local 136 std::shared_ptr<ColorBuffer> colorBuffer = ColorBuffer::create( in onLoad() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_entry.cpp | 176 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer() 194 void rcFBPost(uint32_t colorBuffer) in rcFBPost() 206 void rcBindTexture(uint32_t colorBuffer) in rcBindTexture() 212 void rcBindRenderbuffer(uint32_t colorBuffer) in rcBindRenderbuffer() 326 int rcSetDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) in rcSetDisplayColorBuffer() 332 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer() 338 int rcGetColorBufferDisplay(uint32_t colorBuffer, uint32_t* displayId) in rcGetColorBufferDisplay() 356 GLint rcSetColorBufferVulkanMode(uint32_t colorBuffer, uint32_t mode) in rcSetColorBufferVulkanMode() 392 GLint rcSetColorBufferVulkanMode2(uint32_t colorBuffer, uint32_t mode, uint32_t memoryProperty) in rcSetColorBufferVulkanMode2()
|
D | renderControl_enc.cpp | 640 void rcSetWindowColorBuffer_enc(void *self , uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer_enc() 754 void rcFBPost_enc(void *self , uint32_t colorBuffer) in rcFBPost_enc() 808 void rcBindTexture_enc(void *self , uint32_t colorBuffer) in rcBindTexture_enc() 835 void rcBindRenderbuffer_enc(void *self , uint32_t colorBuffer) in rcBindRenderbuffer_enc() 1610 int rcSetDisplayColorBuffer_enc(void *self , uint32_t displayId, uint32_t colorBuffer) in rcSetDisplayColorBuffer_enc() 1653 int rcGetDisplayColorBuffer_enc(void *self , uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer_enc() 1699 int rcGetColorBufferDisplay_enc(void *self , uint32_t colorBuffer, uint32_t* displayId) in rcGetColorBufferDisplay_enc() 1849 GLint rcSetColorBufferVulkanMode_enc(void *self , uint32_t colorBuffer, uint32_t mode) in rcSetColorBufferVulkanMode_enc() 2079 GLint rcSetColorBufferVulkanMode2_enc(void *self , uint32_t colorBuffer, uint32_t mode, uint32_t me… in rcSetColorBufferVulkanMode2_enc()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 588 … unsigned char *colorBuffer, in getReferenceColor() 635 … unsigned char *colorBuffer, in getReferenceColor() 747 … unsigned char *colorBuffer, in getReferenceColor() 836 … unsigned char *colorBuffer, in getReferenceColor()
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 886 bool isSRGB, const tcu::PixelBufferAccess &colorBuffer) in executeColorWrite() 909 const tcu::PixelBufferAccess &colorBuffer) in executeRGBA8ColorWrite() 936 const tcu::PixelBufferAccess &colorBuffer) in executeMaskedColorWrite() 962 const tcu::PixelBufferAccess &colorBuffer) in executeSignedValueWrite() 981 const tcu::PixelBufferAccess &colorBuffer) in executeUnsignedValueWrite() 1006 const tcu::PixelBufferAccess &colorBuffer = msColorBuffer.raw(); in render() local
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 419 HandleType colorBuffer = in TEST_F() local 572 HandleType colorBuffer = in TEST_F() local 696 HandleType colorBuffer = in TEST_F() local 945 HandleType colorBuffer = in TEST_F() local
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | MultiDisplay.cpp | 440 int MultiDisplay::setDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) { in setDisplayColorBuffer() 480 int MultiDisplay::getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in getDisplayColorBuffer() 492 int MultiDisplay::getColorBufferDisplay(uint32_t colorBuffer, uint32_t* displayId) { in getColorBufferDisplay()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsFragmentOpUtil.cpp | 200 void ReferenceQuadRenderer::flushFragmentBuffer(const rr::MultisamplePixelBufferAccess &colorBuffer, in flushFragmentBuffer() 210 void ReferenceQuadRenderer::render(const tcu::PixelBufferAccess &colorBuffer, const tcu::PixelBuffe… in render()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/ |
H A D | DXGISwapChainWindowSurfaceWGL.cpp | 198 ID3D11Texture2D *colorBuffer = nullptr; in bindTexImage() local 511 ID3D11Texture2D *colorBuffer = nullptr; in createSwapChain() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawShaderViewportIndexTests.cpp | 731 void draw(Context &context, const VkBuffer colorBuffer) in draw() 958 const SharedPtr<Buffer> colorBuffer = in testVertexFragmentShader() local 1025 const SharedPtr<Buffer> colorBuffer = in testTessellationShader() local
|
H A D | vktDrawShaderLayerTests.cpp | 895 const SharedPtr<Buffer> colorBuffer = in testVertexShader() local 964 const SharedPtr<Buffer> colorBuffer = in testTessellationShader() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 136 …const VkBuffer colorBuffer, const int numDrawInstances, const std::vector<Vec4> &perInstanceAttrib… in draw() 376 …const Unique<VkBuffer> colorBuffer(makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFE… in test() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryPassthroughTests.cpp | 386 … const BufferWithMemory &colorBuffer, const VkFormat colorFormat, in getPixelBufferAccess() 546 const BufferWithMemory *const colorBuffer[PIPELINE_CASES] = {&colorBuffer1, &colorBuffer2}; in iterate() local
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | Renderer.hpp | 90 unsigned int *colorBuffer[MAX_COLOR_BUFFERS]; member 168 vk::ImageView *colorBuffer[MAX_COLOR_BUFFERS]; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.cpp | 216 …vk::ImageWithBuffer colorBuffer(ctx.vkd, ctx.device, ctx.allocator, vkExtent, colorFormat, colorUs… in testEnableDisable() local 539 …vk::ImageWithBuffer colorBuffer(ctx.vkd, ctx.device, ctx.allocator, vkExtent, colorFormat, colorUs… in testNoFrag() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 999 const BufferWithMemory colorBuffer(vk, device, allocator, colorBufferCreateInfo, in runTest() local 1429 …const BufferWithMemory colorBuffer(vk, device, allocator, colorBufferCreateInfo, MemoryRequirement… in runNullDescriptorSet() local 1677 …const BufferWithMemory colorBuffer(vk, device, allocator, colorBufferCreateInfo, MemoryRequirement… in runNullDescriptorSetInMonolithicPipeline() local 1800 …const BufferWithMemory colorBuffer(vk, device, allocator, colorBufferCreateInfo, MemoryRequirement… in runIndependentPipelineLayoutSets() local 2519 …ImageWithBuffer colorBuffer(ctx.vkd, ctx.device, ctx.allocator, imageExtent, colorFormat, colorUsa… in iterate() local
|
H A D | vktPipelineFramebufferAttachmentTests.cpp | 387 …const Unique<VkBuffer> colorBuffer(makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFE… in test() local 811 …const Unique<VkBuffer> colorBuffer(makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFE… in testNoAtt() local 1532 auto colorBuffer = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in testInputResolveSameAttachment() local
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
H A D | GLVertex.java | 56 public void put(IntBuffer vertexBuffer, IntBuffer colorBuffer) { in put()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateGeneralTests.cpp | 546 vk::ImageWithBuffer colorBuffer(ctx.vkd, ctx.device, ctx.allocator, vkExtent, fbFormat, fbUsage, in staticStencilMaskZeroProgramsTest() local 838 vk::ImageWithBuffer colorBuffer(ctx.vkd, ctx.device, ctx.allocator, vkExtent, fbFormat, fbUsage, in doubleBindTest() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 445 ImageWithMemory colorBuffer(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any); in iterate() local 968 ImageWithMemory colorBuffer(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any); in testFullscreenGradient() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | DisplayGl.h | 38 ColorBuffer* colorBuffer = nullptr; member
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fRasterizationTests.cpp | 1183 … const std::vector<tcu::Vec4> colorBuffer(drawBuffer.size(), tcu::Vec4(0.5f, 0.5f, 0.5f, 1.0f)); in iterate() local 1636 std::vector<tcu::Vec4> colorBuffer; in iterate() local 1841 std::vector<tcu::Vec4> colorBuffer; in iterate() local
|