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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 64 static EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize)
338 dec->set_rcGetGLString(rcGetGLString);
  /development/tools/emulator/opengl/system/egl/
egl.cpp 452 int n = rcEnc->rcGetGLString(rcEnc, glEnum, NULL, 0);
455 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n);
    [all...]

Completed in 768 milliseconds