Home
last modified time | relevance | path

Searched refs:bufferType (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DStream.cpp132 EGLenum bufferType = attributes.getAsInt(EGL_COLOR_BUFFER_TYPE, EGL_RGB_BUFFER); in createConsumerGLTextureExternal() local
133 if (bufferType == EGL_RGB_BUFFER) in createConsumerGLTextureExternal()
DFramebuffer.h470 void markBufferInitialized(GLenum bufferType, GLint bufferIndex);
472 GLenum bufferType,
480 bool partialBufferClearNeedsInit(const Context *context, GLenum bufferType);
DFramebuffer.cpp2336 void Framebuffer::markBufferInitialized(GLenum bufferType, GLint bufferIndex) in markBufferInitialized() argument
2338 switch (bufferType) in markBufferInitialized()
2399 GLenum bufferType, in ensureBufferInitialized() argument
2409 switch (bufferType) in ensureBufferInitialized()
2461 bool Framebuffer::partialBufferClearNeedsInit(const Context *context, GLenum bufferType) in partialBufferClearNeedsInit() argument
2468 switch (bufferType) in partialBufferClearNeedsInit()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Imp.cpp1311 static void s_detachFromFramebuffer(NamedObjectType bufferType, in s_detachFromFramebuffer() argument
1344 if (NamedObjectType::TEXTURE == bufferType && in s_detachFromFramebuffer()
1347 } else if (NamedObjectType::RENDERBUFFER == bufferType && in s_detachFromFramebuffer()