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

  /external/chromium_org/ppapi/tests/
test_graphics_3d.h 38 const PPB_OpenGLES2* opengl_es2_; member in class:TestGraphics3D
test_graphics_3d.cc 27 opengl_es2_ = static_cast<const PPB_OpenGLES2*>(
30 return opengl_es2_ && CheckTestingInterface();
54 opengl_es2_->ClearColor(context.pp_resource(), 1.0f, 0.0f, 0.0f, 1.0f);
55 opengl_es2_->Clear(context.pp_resource(), GL_COLOR_BUFFER_BIT);
148 opengl_es2_->ReadPixels(context->pp_resource(),

Completed in 133 milliseconds