OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGLImplementation
(Results
1 - 25
of
48
) sorted by null
1
2
/external/chromium_org/ui/gl/
gl_image_ozone.cc
16
switch (
GetGLImplementation
()) {
34
switch (
GetGLImplementation
()) {
gl_surface_mac.cc
21
switch (
GetGLImplementation
()) {
38
switch (
GetGLImplementation
()) {
58
switch (
GetGLImplementation
()) {
gl_image_win.cc
16
switch (
GetGLImplementation
()) {
34
switch (
GetGLImplementation
()) {
gl_image_android.cc
17
switch (
GetGLImplementation
()) {
33
switch (
GetGLImplementation
()) {
gl_image_mac.cc
17
switch (
GetGLImplementation
()) {
35
switch (
GetGLImplementation
()) {
gl_image_x11.cc
17
switch (
GetGLImplementation
()) {
42
switch (
GetGLImplementation
()) {
gl_context_ozone.cc
25
switch (
GetGLImplementation
()) {
gl_context_win.cc
28
switch (
GetGLImplementation
()) {
gl_context_x11.cc
30
switch (
GetGLImplementation
()) {
gl_implementation_ozone.cc
39
if (
GetGLImplementation
() != kGLImplementationNone)
107
switch (
GetGLImplementation
()) {
gl_implementation.h
60
GL_EXPORT GLImplementation
GetGLImplementation
();
gl_implementation_android.cc
54
if (
GetGLImplementation
() != kGLImplementationNone)
136
switch (
GetGLImplementation
()) {
gl_context.cc
76
switch (
GetGLImplementation
()) {
122
initialized = InitializeGLExtensionBindings(
GetGLImplementation
(), this);
gl_implementation.cc
49
switch (
GetGLImplementation
()) {
110
GLImplementation
GetGLImplementation
() {
gl_implementation_x11.cc
45
if (
GetGLImplementation
() != kGLImplementationNone)
186
switch (
GetGLImplementation
()) {
gl_surface_cgl.cc
39
if (
GetGLImplementation
() == kGLImplementationAppleGL) {
gl_context_android.cc
78
if (
GetGLImplementation
() == kGLImplementationMockGL)
gl_implementation_mac.cc
33
if (
GetGLImplementation
() != kGLImplementationNone)
gl_surface_win.cc
88
switch (
GetGLImplementation
()) {
221
switch (
GetGLImplementation
()) {
260
switch (
GetGLImplementation
()) {
gl_surface_x11.cc
55
switch (
GetGLImplementation
()) {
271
switch (
GetGLImplementation
()) {
305
switch (
GetGLImplementation
()) {
/external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_mac.cc
17
switch (gfx::
GetGLImplementation
()) {
async_pixel_transfer_manager_win.cc
17
switch (gfx::
GetGLImplementation
()) {
async_pixel_transfer_manager_linux.cc
27
switch (gfx::
GetGLImplementation
()) {
async_pixel_transfer_manager_android.cc
47
switch (gfx::
GetGLImplementation
()) {
/external/chromium_org/ui/compositor/test/
default_context_factory.cc
25
gfx::
GetGLImplementation
() == gfx::kGLImplementationNone) {
Completed in 100 milliseconds
1
2