Home
last modified time | relevance | path

Searched refs:rcGetGLString (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h14 {"rcGetGLString", (void*)rcGetGLString},
DrenderControl_client_base.h14 rcGetGLString_client_proc_t rcGetGLString; member
DrenderControl_client_context.h16 rcGetGLString_client_proc_t rcGetGLString; member
DrenderControl.attrib15 rcGetGLString
DrenderControl_entry.cpp11 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize);
70 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString() function
73 return ctx->rcGetGLString(ctx, name, buffer, bufferSize); in rcGetGLString()
DrenderControl_client_context.cpp16 rcGetGLString = (rcGetGLString_client_proc_t) getProc("rcGetGLString", userData); in initDispatchByName()
DrenderControl.in4 GL_ENTRY(EGLint, rcGetGLString, EGLenum name, void *buffer, EGLint bufferSize)
DrenderControl_enc.cpp1378 this->rcGetGLString = &rcGetGLString_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp194 int extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, in queryGLExtensions()
199 extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, in queryGLExtensions()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp667 int n = rcEnc->rcGetGLString(rcEnc, glEnum, NULL, 0); in getGLString()
670 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n); in getGLString()