Searched defs:colorBuffer (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_entry.cpp | 151 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer() 169 void rcFBPost(uint32_t colorBuffer) in rcFBPost() 181 void rcBindTexture(uint32_t colorBuffer) in rcBindTexture() 187 void rcBindRenderbuffer(uint32_t colorBuffer) in rcBindRenderbuffer() 301 GLint rcSetDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) in rcSetDisplayColorBuffer() 307 GLint rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer() 313 GLint rcGetColorBufferDisplay(uint32_t colorBuffer, uint32_t* displayId) in rcGetColorBufferDisplay()
|
D | renderControl_enc.cpp | 602 void rcSetWindowColorBuffer_enc(void *self , uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer_enc() 710 void rcFBPost_enc(void *self , uint32_t colorBuffer) in rcFBPost_enc() 760 void rcBindTexture_enc(void *self , uint32_t colorBuffer) in rcBindTexture_enc() 785 void rcBindRenderbuffer_enc(void *self , uint32_t colorBuffer) in rcBindRenderbuffer_enc() 1522 GLint rcSetDisplayColorBuffer_enc(void *self , uint32_t displayId, uint32_t colorBuffer) in rcSetDisplayColorBuffer_enc() 1563 GLint rcGetDisplayColorBuffer_enc(void *self , uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer_enc() 1607 GLint rcGetColorBufferDisplay_enc(void *self , uint32_t colorBuffer, uint32_t* displayId) in rcGetColorBufferDisplay_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 486 static void rcSetWindowColorBuffer(void* ctx_, uint32_t windowSurface, uint32_t colorBuffer) { in rcSetWindowColorBuffer() 609 static void rcBindTexture(void* ctx_, uint32_t colorBuffer) { in rcBindTexture() 648 static void rcBindRenderbuffer(void* ctx_, uint32_t colorBuffer) { in rcBindRenderbuffer()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | goldfish_vk_private_defs.h | 101 uint32_t colorBuffer; member
|
D | VkEncoder.cpp | 22166 uint32_t colorBuffer) in vkRegisterImageColorBufferGOOGLE() 22217 uint32_t colorBuffer) in vkRegisterBufferColorBufferGOOGLE()
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 3694 uint32_t colorBuffer) in entry_vkRegisterImageColorBufferGOOGLE() 3705 uint32_t colorBuffer) in entry_vkRegisterBufferColorBufferGOOGLE()
|