HomeSort by relevance Sort by last modified time
    Searched defs:CreateContext (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/mojo/apps/js/bindings/gl/
module.cc 25 gin::Handle<Context> CreateContext(
40 .SetMethod("Context", CreateContext)
  /external/chromium_org/android_webview/browser/
hardware_renderer.cc 37 scoped_refptr<cc::ContextProvider> CreateContext(
234 CreateContext(gl_surface_,
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 119 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateContext() {
175 ContextProviderCommandBuffer::Create(CreateContext(),
  /external/chromium_org/mojo/gles2/
gles2_support_impl.cc 61 MojoGLES2Context GLES2SupportImpl::CreateContext(
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 58 scoped_ptr<gpu::GLInProcessContext> CreateContext(
210 share_context_ = CreateContext(service_, NULL);
212 WrapContext(CreateContext(service_, share_context_.get())),
288 CreateContext(service_, share_context_.get()));
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 153 if (!CreateContext(surface_id_ != 0)) {
240 bool WebGraphicsContext3DCommandBufferImpl::CreateContext(bool onscreen) {
241 TRACE_EVENT0("gpu", "WebGfxCtx3DCmdBfrImpl::CreateContext");
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 218 EGLContext Display::CreateContext(EGLConfig config,
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 53 void CreateContext(const pp::Size& size);
98 CreateContext(position.size());
167 void GamepadInstance::CreateContext(const pp::Size& size) {
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_sample.cpp 64 CreateContext(position.size());
126 void CreateContext(const pp::Size& size) {
  /external/skia/platform_tools/nacl/src/
nacl_sample.cpp 64 CreateContext(position.size());
126 void CreateContext(const pp::Size& size) {
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 67 if (!CreateContext(new_size))
112 bool CreateContext(const pp::Size& new_size) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 76 * dri_util.c which in turn will jump through the \a CreateContext pointer in
84 GLboolean (*CreateContext)(gl_api api,
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 76 * dri_util.c which in turn will jump through the \a CreateContext pointer in
84 GLboolean (*CreateContext)(gl_api api,
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 143 CreateContext_t CreateContext;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
  /external/mesa3d/src/egl/main/
eglapi.h 143 CreateContext_t CreateContext;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 14 CJBig2_Context *CJBig2_Context::CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c 254 CreateContext(Display *dpy, int generic_id, struct glx_config *config,
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 254 CreateContext(Display *dpy, int generic_id, struct glx_config *config,
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 593 class CreateContext : public tcu::ThreadUtil::Operation
596 CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context);
607 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context)
608 : tcu::ThreadUtil::Operation ("CreateContext")
620 void CreateContext::exec (tcu::ThreadUtil::Thread& thread)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 360 virtual HRESULT WINAPI CreateContext(HIMC *phIMC) = 0;
435 HRESULT (WINAPI *CreateContext)(IActiveIMMApp *This,HIMC *phIMC);
    [all...]
msimcsdk.h 226 virtual HRESULT WINAPI CreateContext(VARIANT Profile,VARIANT Flags,IDispatch **ppInterface) = 0;
244 HRESULT (WINAPI *CreateContext)(IMSIMHost *This,VARIANT Profile,VARIANT Flags,IDispatch **ppInterface);
264 #define IMSIMHost_CreateContext(This,Profile,Flags,ppInterface) (This)->lpVtbl->CreateContext(This,Profile,Flags,ppInterface)
    [all...]
mshtmlc.h     [all...]

Completed in 2638 milliseconds