/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 27 GrGLInterface* interface = SkNEW(GrGLInterface); local 28 interface->fStandard = kGLES_GrGLStandard; 29 GrGLInterface::Functions* functions = &interface->fFunctions; 240 return interface; 264 GrGLInterface* interface = create_es_interface(version, &extensions); local 266 if (NULL != interface) { 267 interface->fExtensions.swap(&extensions); 270 return interface;
|
SkNativeGLContext_android.cpp | 84 const GrGLInterface* interface = NULL; local 86 for (size_t api = 0; NULL == interface && api < SK_ARRAY_COUNT(kAPIs); ++api) { 146 interface = GrGLCreateNativeInterface(); 147 if (NULL == interface) { 148 SkDebugf("Failed to create gl interface.\n"); 153 if (!interface->validate()) { 154 interface->unref(); 155 interface = NULL; 160 return interface;
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
SkNativeGLContext_mac.cpp | 65 const GrGLInterface* interface = GrGLCreateNativeInterface(); local 66 if (NULL == interface) { 67 SkDebugf("Context could not create GL interface.\n"); 72 return interface;
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
SkMesaGLContext.cpp | 89 const GrGLInterface* interface = GrGLCreateMesaInterface(); local 90 if (!interface) { 91 SkDebugf("Could not create GL interface!\n"); 95 return interface;
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
SkNativeGLContext_win.cpp | 101 const GrGLInterface* interface = GrGLCreateNativeInterface(); local 102 if (NULL == interface) { 103 SkDebugf("Could not create GL interface.\n"); 108 return interface;
|
/external/chromium_org/tools/grit/grit/tool/ |
diff_structures.py | 14 from grit.tool import interface namespace 38 class DiffStructures(interface.Tool):
|
menu_from_parts.py | 14 from grit.tool import interface namespace 20 class MenuTranslationsFromParts(interface.Tool):
|
transl2tc.py | 12 from grit.tool import interface namespace 18 class TranslationToTc(interface.Tool):
|
resize.py | 18 from grit.tool import interface namespace 113 class ResizeDialog(interface.Tool):
|
/external/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 27 GrGLInterface* interface = SkNEW(GrGLInterface); local 28 interface->fStandard = kGLES_GrGLStandard; 29 GrGLInterface::Functions* functions = &interface->fFunctions; 240 return interface; 264 GrGLInterface* interface = create_es_interface(version, &extensions); local 266 if (NULL != interface) { 267 interface->fExtensions.swap(&extensions); 270 return interface;
|
/external/skia/src/gpu/gl/mac/ |
SkNativeGLContext_mac.cpp | 65 const GrGLInterface* interface = GrGLCreateNativeInterface(); local 66 if (NULL == interface) { 67 SkDebugf("Context could not create GL interface.\n"); 72 return interface;
|
/external/skia/src/gpu/gl/mesa/ |
SkMesaGLContext.cpp | 89 const GrGLInterface* interface = GrGLCreateMesaInterface(); local 90 if (!interface) { 91 SkDebugf("Could not create GL interface!\n"); 95 return interface;
|
/external/skia/src/gpu/gl/win/ |
SkNativeGLContext_win.cpp | 101 const GrGLInterface* interface = GrGLCreateNativeInterface(); local 102 if (NULL == interface) { 103 SkDebugf("Could not create GL interface.\n"); 108 return interface;
|
/frameworks/native/cmds/ip-up-vpn/ |
ip-up-vpn.c | 49 * are interface, addresses, routes, DNS servers, and search domains and VPN 62 * is to have an interface configured with the given address and netmask 85 const char *interface = env("INTERFACE"); local 93 /* Bring up the interface. */ 95 strncpy(ifr.ifr_name, interface, IFNAMSIZ); 97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno)); 118 fprintf(state, "%s\n", interface);
|
/frameworks/wilhelm/tests/sandbox/ |
engine.c | 40 printf("Display the ID of each available interface\n"); 48 printf("interface[%u] ", index); 75 printf("Create engine with NULL interface pointer\n"); 95 printf("Create an engine and require non-sensical volume interface\n"); 103 printf("Create an engine and politely request a non-sensical interface with options\n"); 114 printf("Get each available interface before realization\n"); 116 void *interface = NULL; local 117 // Use the interface ID as returned by slQuerySupportedEngineInterfaces 118 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface); 121 printf("interface available pre-realize: ") 140 void *interface = NULL; local [all...] |
/system/vold/ |
CheckBattery.cpp | 39 sp<IBatteryPropertiesRegistrar> interface; member in namespace:__anon81405 60 interface = interface_cast<IBatteryPropertiesRegistrar>(bs); 61 if (interface == NULL) { 62 SLOGE("No IBatteryPropertiesRegistrar interface"); 71 status_t status = interface
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 43 // # Create a TUN interface. 46 // # Set the addresses and bring up the interface. 54 // its own TUN interface. A short shell script will be sufficient. Since this 63 int interface = open("/dev/net/tun", O_RDWR | O_NONBLOCK); local 70 if (ioctl(interface, TUNSETIFF, &ifr)) { 71 perror("Cannot get TUN interface"); 75 return interface; 174 "Note that TUN interface needs to be configured properly\n" 184 // Get TUN interface. 185 int interface = get_interface(argv[1]) local [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
SkANGLEGLContext.cpp | 93 const GrGLInterface* interface = GrGLCreateANGLEInterface(); local 94 if (NULL == interface) { 95 SkDebugf("Could not create ANGLE GL interface!\n"); 100 return interface;
|
/external/chromium_org/tools/grit/grit/gather/ |
skeleton_gatherer.py | 12 from grit.gather import interface namespace 17 class SkeletonGatherer(interface.GathererBase):
|
/external/skia/src/gpu/gl/angle/ |
SkANGLEGLContext.cpp | 93 const GrGLInterface* interface = GrGLCreateANGLEInterface(); local 94 if (NULL == interface) { 95 SkDebugf("Could not create ANGLE GL interface!\n"); 100 return interface;
|
/external/chromium_org/cc/test/ |
test_in_process_context_provider.cc | 86 static void BindGrContextCallback(const GrGLInterface* interface) { 88 reinterpret_cast<TestInProcessContextProvider*>(interface->fCallbackData); 97 // The GrGLInterface factory will make GL calls using the C GLES2 interface. 102 skia::RefPtr<GrGLInterface> interface = local 104 interface->fCallback = BindGrContextCallback; 105 interface->fCallbackData = reinterpret_cast<GrGLInterfaceCallbackData>(this); 108 kOpenGL_GrBackend, reinterpret_cast<GrBackendContext>(interface.get())));
|
/external/chromium_org/dbus/ |
property.cc | 34 const std::string& interface, 37 interface_(interface), 66 std::string interface; local 67 if (!reader.PopString(&interface)) { 69 << "expected interface name: " << signal->ToString(); 73 if (interface != this->interface()) 98 writer.AppendString(interface()); 128 writer.AppendString(interface()); 153 writer.AppendString(interface()); [all...] |
/external/chromium_org/mojo/gles2/ |
gles2_support_impl.cc | 82 gpu::gles2::GLES2Interface* interface = NULL; local 85 interface = client->interface(); 86 DCHECK(interface); 88 g_gles2_interface.Get().set_gpu_interface(interface); 104 return static_cast<GLES2Context*>(context)->interface();
|
/external/chromium_org/third_party/libwebp/utils/ |
thread.h | 51 // The interface for all thread-worker related functions. All these functions 78 // decoding takes place. The contents of the interface struct are copied, it 82 const WebPWorkerInterface* const interface); variable 84 // Retrieve the currently set thread worker interface.
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLContext.h | 45 bool initialize(const GrGLInterface* interface); 93 explicit GrGLContext(const GrGLInterface* interface) { 94 this->initialize(interface); 104 const GrGLInterface* interface() const { return fInterface.get(); } function in class:GrGLContext
|