HomeSort by relevance Sort by last modified time
    Searched defs:destroyBuffer (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 153 void destroyBuffer (deUint32 name, GLenum type);
322 destroyBuffer(m_colorBuffer, m_config.colorType);
323 destroyBuffer(m_depthStencilBuffer, m_config.depthStencilType);
367 void Framebuffer::destroyBuffer (deUint32 name, GLenum type)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 369 void destroyBuffer (deUint32 name, GLenum type);
479 destroyBuffer(m_colorbuffer, m_config.colorbufferType);
480 destroyBuffer(m_depthbuffer, m_config.depthbufferType);
481 destroyBuffer(m_stencilbuffer, m_config.stencilbufferType);
501 void Framebuffer::destroyBuffer (deUint32 name, GLenum type)
    [all...]
  /external/swiftshader/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan.hpp     [all...]

Completed in 957 milliseconds