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 11 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize);
70 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize)
73 return ctx->rcGetGLString(ctx, name, buffer, bufferSize);
renderControl_enc.cpp 189 ALOGE("rcGetGLString: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp 192 // rcGetGLString() returns required size including the 0-terminator, so
194 int extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS,
199 extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS,
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 667 int n = rcEnc->rcGetGLString(rcEnc, glEnum, NULL, 0);
670 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n);
    [all...]

Completed in 577 milliseconds