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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 14 {"rcGetGLString", (void*)rcGetGLString},
renderControl_client_context.h 14 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);
62 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize)
65 return ctx->rcGetGLString(ctx, name, buffer, bufferSize);
renderControl_enc.cpp 538 this->rcGetGLString = &rcGetGLString_enc;
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 458 int n = rcEnc->rcGetGLString(rcEnc, glEnum, NULL, 0);
461 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n);
    [all...]

Completed in 29 milliseconds