Home
last modified time | relevance | path

Searched refs:FramebufferTextureSerialArray (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.h466 …std::array<unsigned int, IMPLEMENTATION_MAX_FRAMEBUFFER_ATTACHMENTS> FramebufferTextureSerialArray; typedef
472 size_t textureCount, const FramebufferTextureSerialArray& framebufferSerials,
496 size_t getBoundFramebufferTextureSerials(FramebufferTextureSerialArray *outSerialArray);
DContext.cpp2495 … size_t textureCount, const FramebufferTextureSerialArray& framebufferSerials, in applyTextures()
2916 FramebufferTextureSerialArray frameBufferSerials; in drawArrays()
3005 FramebufferTextureSerialArray frameBufferSerials; in drawElements()
3879 size_t Context::getBoundFramebufferTextureSerials(FramebufferTextureSerialArray *outSerialArray) in getBoundFramebufferTextureSerials()