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

  /external/autotest/client/deps/glbench/src/
egl_stuff.h 12 class EGLInterface : public GLInterface {
15 EGLInterface() : display_(EGL_NO_DISPLAY),
19 virtual ~EGLInterface() {}
egl_stuff.cc 14 return new EGLInterface;
17 bool EGLInterface::Init() {
38 void EGLInterface::Cleanup() {
44 XVisualInfo* EGLInterface::GetXVisual() {
96 void EGLInterface::SwapBuffers() {
100 bool EGLInterface::SwapInterval(int interval) {
104 bool EGLInterface::MakeCurrent(const GLContext& context) {
108 const GLContext EGLInterface::CreateContext() {
118 void EGLInterface::CheckError() {
122 void EGLInterface::DeleteContext(const GLContext& context)
    [all...]

Completed in 55 milliseconds