Searched defs:context_obj (Results 1 - 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_with_traits_impl_traits.cc30 Context* context_obj = static_cast<Context*>(context); local
31 CHECK_EQ(context_obj->value, input.value);
32 delete context_obj;
39 Context* context_obj = static_cast<Context*>(context); local
40 CHECK_EQ(context_obj->value, input.value);
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h53 CGLContextObj context_obj; member in struct:apple_glx_context
H A Dapple_glx_drawable.h87 CGLContextObj context_obj; member in struct:apple_glx_pixmap

Completed in 6898 milliseconds