OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removecontext
(Results
1 - 25
of
27
) sorted by null
1
2
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h
57
bool
removeContext
(EGLContext ctx);
58
bool
removeContext
(ContextPtr ctx);
EglDisplay.cpp
190
bool EglDisplay::
removeContext
(EGLContext ctx) {
202
bool EglDisplay::
removeContext
(ContextPtr ctx) {
EglImp.cpp
665
dpy->
removeContext
(context);
[
all
...]
/external/chromium_org/ui/gl/
gl_share_group.cc
24
void GLShareGroup::
RemoveContext
(GLContext* context) {
gl_share_group.h
26
void
RemoveContext
(GLContext* context);
gl_context.cc
63
share_group_->
RemoveContext
(this);
/frameworks/rs/
rsDevice.cpp
34
void Device::
removeContext
(Context *rsc) {
rsDevice.h
34
void
removeContext
(Context *);
rsContext.cpp
637
mDev->
removeContext
(this);
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDevice.h
34
void
removeContext
(Context *);
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDevice.h
34
void
removeContext
(Context *);
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDevice.h
34
void
removeContext
(Context *);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextGroup.cpp
61
void WebGLContextGroup::
removeContext
(WebGLRenderingContextBase* context)
WebGLContextGroup.h
52
void
removeContext
(WebGLRenderingContextBase*);
/external/chromium_org/ipc/
ipc_sync_channel.cc
47
// if necessary. Call
RemoveContext
on the same thread when done.
132
void
RemoveContext
(SyncContext* context) {
325
received_sync_msgs_->
RemoveContext
(this);
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
80
void
RemoveContext
(WebGraphicsContext3DCommandBufferImpl* context) {
webgraphicscontext3d_command_buffer_impl.cc
288
share_group_->
RemoveContext
(this);
/external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifierTest.cpp
255
TEST_F(NetworkStateNotifierTest,
RemoveContext
)
/external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp
314
void
removeContext
();
777
void RuleHalf::
removeContext
() {
[
all
...]
/external/icu/icu4c/source/i18n/
rbt_pars.cpp
314
void
removeContext
();
777
void RuleHalf::
removeContext
() {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
/prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar
Completed in 4513 milliseconds
1
2