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

  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 393 NPDeviceDestroyBufferPtr destroyBuffer;
404 /* NPDeviceDestroyBufferPtr destroyBuffer; */
    [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/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 153 void destroyBuffer (deUint32 name, GLenum type);
320 destroyBuffer(m_colorBuffer, m_config.colorType);
321 destroyBuffer(m_depthStencilBuffer, m_config.depthStencilType);
365 void Framebuffer::destroyBuffer (deUint32 name, GLenum type)
    [all...]

Completed in 143 milliseconds