OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsContextValid
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc
32
bool
IsContextValid
(ImageTransportHelper* helper) {
110
DCHECK(
IsContextValid
(helper_.get()));
177
bool have_context =
IsContextValid
(helper_.get());
212
DCHECK(
IsContextValid
(helper_.get()));
241
DCHECK(
IsContextValid
(helper_.get()));
355
DCHECK(
IsContextValid
(helper_.get()));
363
DCHECK(
IsContextValid
(helper_.get()));
372
DCHECK(
IsContextValid
(helper_.get()));
441
DCHECK(
IsContextValid
(helper_.get()));
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc
63
bool
IsContextValid
() const { return graphics_2d_context_ != NULL; }
168
if (
IsContextValid
())
177
if (!
IsContextValid
())
184
if (!
IsContextValid
())
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_sample.cpp
122
bool
IsContextValid
() const {
127
if (
IsContextValid
())
136
if (!
IsContextValid
())
143
if (!
IsContextValid
())
/external/skia/platform_tools/nacl/src/
nacl_sample.cpp
122
bool
IsContextValid
() const {
127
if (
IsContextValid
())
136
if (!
IsContextValid
())
143
if (!
IsContextValid
())
Completed in 1730 milliseconds