OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClientHandle
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
Renderer.h
29
class
ClientHandle
{
33
ClientHandle
(unsigned int _pid, unsigned int _handle) : pid(_pid), handle(_handle) {}
35
bool operator< (const
ClientHandle
& p) const {
42
int createSurface(RenderingThread *thread, const
ClientHandle
& handle);
43
int destroySurface(RenderingThread *thread, const
ClientHandle
&handle);
44
int createContext(RenderingThread *thread, const
ClientHandle
& ctx, const
ClientHandle
shareCtx, int version);
45
int destroyContext(RenderingThread *thread,const
ClientHandle
& ctx);
47
const
ClientHandle
& drawSurface, const
ClientHandle
& readSurface, const ClientHandle & ctx)
[
all
...]
/hardware/ti/omap3/dspbridge/inc/
cfgdefs.h
92
DWORD
ClientHandle
; /* Client Handle */
Completed in 129 milliseconds