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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 43 static EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize)
337 dec->set_rcQueryEGLString(rcQueryEGLString);
  /development/tools/emulator/opengl/system/egl/
eglDisplay.cpp 252 int n = rcEnc->rcQueryEGLString(rcEnc, name, NULL, 0);
257 n = rcEnc->rcQueryEGLString(rcEnc, name, str, -n);

Completed in 690 milliseconds