Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.h705 HandleType createColorBufferWithHandleLocked(int p_width, int p_height, GLenum p_internalFormat,
DFrameBuffer.cpp1141 return createColorBufferWithHandleLocked(p_width, p_height, p_internalFormat, p_frameworkFormat, in createColorBuffer()
1162 createColorBufferWithHandleLocked(p_width, p_height, p_internalFormat, p_frameworkFormat, in createColorBufferWithHandle()
1167 HandleType FrameBuffer::createColorBufferWithHandleLocked(int p_width, int p_height, in createColorBufferWithHandleLocked() function in gfxstream::FrameBuffer