HomeSort by relevance Sort by last modified time
    Searched refs:rcGetGLString (Results 1 - 8 of 8) sorted by null

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 14 {"rcGetGLString", (void*)rcGetGLString},
renderControl_client_base.h 14 rcGetGLString_client_proc_t rcGetGLString;
renderControl_client_context.h 16 rcGetGLString_client_proc_t rcGetGLString;
renderControl_client_context.cpp 16 rcGetGLString = (rcGetGLString_client_proc_t) getProc("rcGetGLString", userData);
renderControl_entry.cpp 12 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize);
65 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize)
68 return ctx->rcGetGLString(ctx, name, buffer, bufferSize);
renderControl_enc.cpp 182 ALOGE("rcGetGLString: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp 162 int extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, NULL, 0);
165 extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, glExtensions.get(), -extensionSize);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 459 int n = rcEnc->rcGetGLString(rcEnc, glEnum, NULL, 0);
462 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n);
    [all...]

Completed in 46 milliseconds