Searched refs:sharedContext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoDecoder.java192 private void eglSetup(EGLContext sharedContext, int width, int height) { argument
194 if (sharedContext == null) {
195 sharedContext = EGL14.EGL_NO_CONTEXT;
227 eglContext = EGL14.eglCreateContext(eglDisplay, configs[0], sharedContext,
269 EGLContext sharedContext) {
273 if (useSurface && sharedContext == null) {
283 if (sharedContext != null) {
284 Log.d(TAG, "Decoder shared EGL Context: " + sharedContext);
297 eglSetup(sharedContext, width, height);
268 initDecode(int width, int height, boolean useSurface, EGLContext sharedContext) argument
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_context.h74 const void *mode, void *sharedContext,
H A Dapple_glx_context.c125 const void *mode, void *sharedContext,
129 struct apple_glx_context *sharedac = sharedContext;
124 apple_glx_create_context(void **ptr, Display * dpy, int screen, const void *mode, void *sharedContext, int *errorptr, bool * x11errorptr) argument
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h74 const void *mode, void *sharedContext,
H A Dapple_glx_context.c125 const void *mode, void *sharedContext,
129 struct apple_glx_context *sharedac = sharedContext;
124 apple_glx_create_context(void **ptr, Display * dpy, int screen, const void *mode, void *sharedContext, int *errorptr, bool * x11errorptr) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.cpp180 WebGraphicsContext3D* sharedContext = provider->context3d();
181 if (!sharedContext)
187 sharedContext->genMailboxCHROMIUM(mailbox->name);
188 sharedContext->produceTextureDirectCHROMIUM(getBackingTexture(), GL_TEXTURE_2D, mailbox->name);
189 sharedContext->flush();
191 mailbox->syncPoint = sharedContext->insertSyncPoint();
209 sharedContext->waitSyncPoint(context->insertSyncPoint());
H A DCanvas2DLayerBridge.cpp361 WebGraphicsContext3D* sharedContext = 0; local
369 sharedContext = m_contextProvider->context3d();
371 if (sharedContext && !sharedContext->isContextLost()) {
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp2056 blink::WebGraphicsContext3D* sharedContext = sharedProvider->context3d();
2057 sharedContext->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_EXT, GL_INNOCENT_CONTEXT_RESET_EXT);
2061 sharedContext->finish();

Completed in 3454 milliseconds