OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostConnection
(Results
1 - 10
of
10
) sorted by null
/development/tools/emulator/opengl/system/OpenglSystemCommon/
HostConnection.h
27
class
HostConnection
30
static
HostConnection
*get();
31
~
HostConnection
();
44
HostConnection
();
HostConnection.cpp
16
#include "
HostConnection
.h"
30
HostConnection
::
HostConnection
() :
38
HostConnection
::~
HostConnection
()
46
HostConnection
*
HostConnection
::get()
58
HostConnection
*con = new
HostConnection
();
100
LOGD("
HostConnection
::get() New Host Connection established %p, tid %d\n", con, gettid())
[
all
...]
Android.mk
7
HostConnection
.cpp \
ThreadInfo.h
19
#include "
HostConnection
.h"
32
HostConnection
*hostConn;
/development/tools/emulator/opengl/system/GLESv1/
gl.cpp
2
#include "
HostConnection
.h"
24
HostConnection
*hostCon =
HostConnection
::get(); \
/development/tools/emulator/opengl/system/GLESv2/
gl2.cpp
2
#include "
HostConnection
.h"
24
HostConnection
*hostCon =
HostConnection
::get(); \
/development/tools/emulator/opengl/system/egl/
eglDisplay.cpp
17
#include "
HostConnection
.h"
106
HostConnection
*hcon =
HostConnection
::get();
248
HostConnection
*hcon =
HostConnection
::get();
egl.cpp
16
#include "
HostConnection
.h"
104
HostConnection
*hostCon =
HostConnection
::get(); \
108
HostConnection
*hostCon =
HostConnection
::get(); \
[
all
...]
/development/tools/emulator/opengl/system/gralloc/
gralloc.cpp
29
#include "
HostConnection
.h"
110
HostConnection
*hostCon =
HostConnection
::get(); \
114
HostConnection
*hostCon =
HostConnection
::get(); \
670
HostConnection
*hostCon =
HostConnection
::get();
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp
28
HostConnection
*hostCon =
HostConnection
::get(); \
Completed in 584 milliseconds