Home
last modified time | relevance | path

Searched refs:rcBindTexture (Results 1 – 14 of 14) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_client_base.h31 rcBindTexture_client_proc_t rcBindTexture; member
DrenderControl_ftable.h31 {"rcBindTexture", (void*)rcBindTexture},
DrenderControl_client_context.h33 rcBindTexture_client_proc_t rcBindTexture; member
DrenderControl_entry.cpp28 void rcBindTexture(uint32_t colorBuffer);
187 void rcBindTexture(uint32_t colorBuffer) in rcBindTexture() function
190 ctx->rcBindTexture(ctx, colorBuffer); in rcBindTexture()
DrenderControl_client_context.cpp33 rcBindTexture = (rcBindTexture_client_proc_t) getProc("rcBindTexture", userData); in initDispatchByName()
DrenderControl.in21 GL_ENTRY(void, rcBindTexture, uint32_t colorBuffer)
DREADME110 void rcBindTexture(uint32_t colorBuffer);
DrenderControl_enc.cpp1996 this->rcBindTexture = &rcBindTexture_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.attrib61 rcBindTexture
DrenderControl.in21 GL_ENTRY(void, rcBindTexture, uint32_t colorBuffer)
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp80 rcEnc->rcBindTexture(rcEnc, in glEGLImageTargetTexture2DOES()
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp83 rcEnc->rcBindTexture(rcEnc, in glEGLImageTargetTexture2DOES()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp609 static void rcBindTexture(void* ctx_, uint32_t colorBuffer) { in rcBindTexture() function
848 rcBindTexture_dec = ::rcBindTexture; in RenderControl()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1553 rcEnc->rcBindTexture(rcEnc, pbSurface->getRcColorBuffer()); in eglBindTexImage()