Home
last modified time | relevance | path

Searched refs:rcDestroyClientImage (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h38 {"rcDestroyClientImage", (void*)rcDestroyClientImage},
DrenderControl_client_base.h38 rcDestroyClientImage_client_proc_t rcDestroyClientImage; member
DrenderControl_client_context.h40 rcDestroyClientImage_client_proc_t rcDestroyClientImage; member
DrenderControl_entry.cpp35 int rcDestroyClientImage(uint32_t image);
214 int rcDestroyClientImage(uint32_t image) in rcDestroyClientImage() function
217 return ctx->rcDestroyClientImage(ctx, image); in rcDestroyClientImage()
DrenderControl_client_context.cpp40rcDestroyClientImage = (rcDestroyClientImage_client_proc_t) getProc("rcDestroyClientImage", userDa… in initDispatchByName()
DrenderControl.in28 GL_ENTRY(int, rcDestroyClientImage, uint32_t image)
DREADME141 int rcDestroyClientImage(uint32_t image)
DrenderControl_enc.cpp1402 this->rcDestroyClientImage = &rcDestroyClientImage_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1860 return rcEnc->rcDestroyClientImage(rcEnc, host_egl_image); in eglDestroyImageKHR()