Home
last modified time | relevance | path

Searched defs:drawBuffers (Results 1 – 11 of 11) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DClearTest.cpp627 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
694 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
764 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
870 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
948 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
1056 GLenum drawBuffers[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
1081 GLenum drawBuffers[] = {GL_COLOR_ATTACHMENT0}; in TEST_P() local
1147 GLenum drawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local
DFramebufferMultiviewTest.cpp19 std::vector<GLenum> drawBuffers(numColorAttachments); in GetDrawBufferRange() local
110 const auto &drawBuffers = GetDrawBufferRange(numColorAttachments); in initializeFBOs() local
DBlitFramebufferANGLETest.cpp923 GLenum drawBuffers[] = {GL_COLOR_ATTACHMENT0_EXT, GL_COLOR_ATTACHMENT1_EXT}; in TEST_P() local
DWebGLCompatibilityTest.cpp2634 const std::array<GLenum, 2> &drawBuffers, in drawBuffersEXTFeedbackLoop()
2785 const std::array<GLenum, 2> &drawBuffers, in drawBuffersFeedbackLoop()
4279 std::vector<GLenum> drawBuffers(static_cast<size_t>(maxDrawBuffers), GL_NONE); in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/samples/multiple_draw_buffers/
DMultipleDrawBuffers.cpp132 GLenum drawBuffers[mFramebufferAttachmentCount] = { in draw() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp65 const auto &drawBuffers = state.getDrawBufferStates(); in clearLayeredFBO() local
DFramebufferGL.cpp1241 const auto &drawBuffers = mState.getDrawBufferStates(); in syncState() local
DDispatchTableGL_autogen.h164 PFNGLDRAWBUFFERSPROC drawBuffers = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dangletypes.cpp233 BlendStateExt::BlendStateExt(const size_t drawBuffers) in BlendStateExt()
DCaps.h310 bool drawBuffers = false; member
DContext.cpp4038 void Context::drawBuffers(GLsizei n, const GLenum *bufs) in drawBuffers() function in gl::Context