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

  /external/chromium_org/ui/gl/
gl_implementation.h 21 enum GLImplementation {
38 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
47 GL_EXPORT bool InitializeStaticGLBindings(GLImplementation implementation);
51 GL_EXPORT bool InitializeDynamicGLBindings(GLImplementation implementation,
78 GL_EXPORT void SetGLImplementation(GLImplementation implementation);
81 GL_EXPORT GLImplementation GetGLImplementation();
88 GLImplementation GetNamedGLImplementation(const std::string& name);
91 const char* GetGLImplementationName(GLImplementation implementation);
gl_implementation.cc 22 GLImplementation implementation;
35 GLImplementation g_gl_implementation = kGLImplementationNone;
74 GLImplementation GetNamedGLImplementation(const std::string& name) {
83 const char* GetGLImplementationName(GLImplementation implementation) {
92 void SetGLImplementation(GLImplementation implementation) {
96 GLImplementation GetGLImplementation() {
gl_implementation_ozone.cc 31 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
36 bool InitializeStaticGLBindings(GLImplementation implementation) {
74 bool InitializeDynamicGLBindings(GLImplementation implementation,
gl_implementation_android.cc 34 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
39 bool InitializeStaticGLBindings(GLImplementation implementation) {
98 bool InitializeDynamicGLBindings(GLImplementation implementation,
gl_implementation_mac.cc 24 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
30 bool InitializeStaticGLBindings(GLImplementation implementation) {
111 bool InitializeDynamicGLBindings(GLImplementation implementation,
gl_implementation_x11.cc 45 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
51 bool InitializeStaticGLBindings(GLImplementation implementation) {
149 bool InitializeDynamicGLBindings(GLImplementation implementation,
gl_surface.cc 36 std::vector<GLImplementation> allowed_impls;
43 GLImplementation impl = allowed_impls[0];
73 bool GLSurface::InitializeOneOffImplementation(GLImplementation impl,
119 std::vector<GLImplementation> allowed_impls;
123 GLImplementation impl = allowed_impls[0];
gl_implementation_win.cc 102 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
108 bool InitializeStaticGLBindings(GLImplementation implementation) {
318 bool InitializeDynamicGLBindings(GLImplementation implementation,
gl_surface.h 139 static bool InitializeOneOffImplementation(GLImplementation impl,
  /external/chromium_org/gpu/command_buffer/service/
test_helper.h 135 // testing the GLImplementation is set to kGLImplemenationMockGL but lots of
139 explicit ScopedGLImplementationSetter(gfx::GLImplementation implementation);
143 gfx::GLImplementation old_implementation_;
renderbuffer_manager_unittest.cc 303 gfx::GLImplementation prev_impl = gfx::GetGLImplementation();
312 gfx::GLImplementation prev_impl = gfx::GetGLImplementation();
test_helper.cc 718 gfx::GLImplementation implementation)
  /external/chromium_org/content/child/npapi/
plugin_host.cc 69 static gfx::GLImplementation implementation = gfx::kGLImplementationNone;
    [all...]

Completed in 3548 milliseconds