Searched refs:context_attributes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_context_egl.cc54 const EGLint* context_attributes = NULL; local
57 context_attributes = kContextRobustnessAttributes;
62 context_attributes = kContextAttributes;
69 context_attributes);
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dgles2_spinning_cube.cc99 int32_t context_attributes[] = { local
112 context_ = new pp::Graphics3D(this, context_attributes);
/external/chromium_org/ppapi/examples/gles2/
H A Dgles2.cc130 int32_t context_attributes[] = { local
143 context_ = new pp::Graphics3D(this, context_attributes);
/external/chromium_org/ppapi/examples/compositor/
H A Dcompositor.cc164 int32_t context_attributes[] = {
177 context_ = new pp::Graphics3D(this, context_attributes);
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc552 int32_t context_attributes[] = { local
565 context_ = new pp::Graphics3D(this, context_attributes);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc553 int32_t context_attributes[] = { local
566 context_ = new pp::Graphics3D(this, context_attributes);
H A Dvideo_decode_dev.cc488 int32_t context_attributes[] = { local
501 context_ = new pp::Graphics3D(this, context_attributes);

Completed in 779 milliseconds