Home
last modified time | relevance | path

Searched refs:share (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/
Dhost_package.mk17 webrtc_files_path := usr/share/webrtc
18 x86_64_seccomp_files_path := usr/share/cuttlefish/x86_64-linux-gnu/seccomp
19 aarch64_seccomp_files_path := usr/share/cuttlefish/aarch64-linux-gnu/seccomp
/device/linaro/hikey/wpan/uim/
DMakefile5 MANDIR ?= $(PREFIX)/share/man
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp428 EGLContext share = share_context; in eglCreateContext() local
429 if (share) share = ((EGLWrapperContext *)share_context)->aglContext; in eglCreateContext()
455 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib); in eglCreateContext()
/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_entry.cpp16 uint32_t rcCreateContext(uint32_t config, uint32_t share, uint32_t glVersion);
115 uint32_t rcCreateContext(uint32_t config, uint32_t share, uint32_t glVersion) in rcCreateContext() argument
118 return ctx->rcCreateContext(ctx, config, share, glVersion); in rcCreateContext()
DrenderControl.in9 GL_ENTRY(uint32_t, rcCreateContext, uint32_t config, uint32_t share, uint32_t glVersion)
DREADME55 uint32_t rcCreateContext(uint32_t config, uint32_t share, uint32_t glVersion);
57 handle. config is the config index for the context, share is either zero
DrenderControl_enc.cpp375 uint32_t rcCreateContext_enc(void *self , uint32_t config, uint32_t share, uint32_t glVersion) in rcCreateContext_enc() argument
394 memcpy(ptr, &share, 4); ptr += 4; in rcCreateContext_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.in9 GL_ENTRY(uint32_t, rcCreateContext, uint32_t config, uint32_t share, uint32_t glVersion)
/device/generic/car/tools/
DREADME.md11 If you plan to share the AVD with others or run on other host via Android Emulator directly, you ca…
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp402 EglContext const* share = context_it->second; in rcCreateContext() local
403 share_context = share->context; in rcCreateContext()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in334 # Need share group processing for these gets
393 # Transform feedback - share group processing in the last two
427 # Shader binary objects - need share group processing
432 # New glGets - need share group processing for program object