LLDB
mainline
|
#include <RenderScriptRuntime.h>
Public Member Functions | |
RSCoordinate ()=default | |
bool | operator== (const lldb_renderscript::RSCoordinate &rhs) |
Public Attributes | |
uint32_t | x = 0 |
uint32_t | y = 0 |
uint32_t | z = 0 |
Definition at line 46 of file RenderScriptRuntime.h.
|
default |
|
inline |
Definition at line 51 of file RenderScriptRuntime.h.
uint32_t lldb_private::lldb_renderscript::RSCoordinate::x = 0 |
Definition at line 47 of file RenderScriptRuntime.h.
Referenced by lldb_private::RenderScriptRuntime::GetKernelCoordinate(), lldb_private::RenderScriptRuntime::KernelBreakpointHit(), operator==(), and lldb_private::RenderScriptRuntime::SetConditional().
uint32_t lldb_private::lldb_renderscript::RSCoordinate::y = 0 |
Definition at line 47 of file RenderScriptRuntime.h.
Referenced by lldb_private::RenderScriptRuntime::GetKernelCoordinate(), lldb_private::RenderScriptRuntime::KernelBreakpointHit(), operator==(), and lldb_private::RenderScriptRuntime::SetConditional().
uint32_t lldb_private::lldb_renderscript::RSCoordinate::z = 0 |
Definition at line 47 of file RenderScriptRuntime.h.
Referenced by lldb_private::RenderScriptRuntime::GetKernelCoordinate(), lldb_private::RenderScriptRuntime::KernelBreakpointHit(), operator==(), and lldb_private::RenderScriptRuntime::SetConditional().