OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectBase
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/frameworks/rs/
rsObjectBase.cpp
23
pthread_mutex_t
ObjectBase
::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
25
ObjectBase
::
ObjectBase
(Context *rsc) {
40
//ALOGV("
ObjectBase
%p con", this);
43
ObjectBase
::~
ObjectBase
() {
44
//ALOGE("~
ObjectBase
%p ref %i,%i", this, mUserRefCount, mSysRefCount);
67
void
ObjectBase
::dumpLOGV(const char *op) const {
77
void
ObjectBase
::incUserRef() const {
79
//ALOGV("
ObjectBase
%p incU ref %i, %i", this, mUserRefCount, mSysRefCount)
[
all
...]
rsProgramBase.h
27
class ProgramBase : public
ObjectBase
{
29
ProgramBase(Context *rsc) :
ObjectBase
(rsc) {
rsObjectBase.h
31
class
ObjectBase
{
33
ObjectBase
(Context *rsc);
42
static bool checkDelete(const
ObjectBase
*);
62
static bool isValid(const Context *rsc, const
ObjectBase
*obj);
77
virtual ~
ObjectBase
();
89
mutable const
ObjectBase
* mPrev;
90
mutable const
ObjectBase
* mNext;
rsFileA3D.h
33
class FileA3D : public
ObjectBase
{
49
ObjectBase
*mRsObj;
68
ObjectBase
*initializeFromEntry(size_t index);
70
void appendToFile(Context *rsc,
ObjectBase
*obj);
74
// but we need to inherit from
ObjectBase
for ref tracking
rsScriptC_Lib.cpp
137
static void SetObjectRef(const Context *rsc, const
ObjectBase
*dst, const
ObjectBase
*src) {
150
void rsrSetObject(const Context *rsc, void *dst,
ObjectBase
*src) {
151
ObjectBase
**odst = (
ObjectBase
**)dst;
159
void rsrSetObject(const Context *rsc, rs_object_base *dst, const
ObjectBase
*src) {
160
ObjectBase
**odst = (
ObjectBase
**)dst;
170
ObjectBase
**odst = (
ObjectBase
**)dst
[
all
...]
rsPath.cpp
24
Path::Path(Context *rsc) :
ObjectBase
(rsc) {
29
:
ObjectBase
(rsc) {
42
:
ObjectBase
(rsc) {
rsProgramRaster.cpp
82
ObjectBase
::asyncLock();
88
ObjectBase
::asyncUnlock();
91
ObjectBase
::asyncUnlock();
96
ObjectBase
::asyncLock();
98
ObjectBase
::asyncUnlock();
rsSampler.cpp
25
Sampler::Sampler(Context *rsc) :
ObjectBase
(rsc) {
36
float aniso) :
ObjectBase
(rsc) {
86
ObjectBase
::asyncLock();
96
ObjectBase
::asyncUnlock();
99
ObjectBase
::asyncUnlock();
115
ObjectBase
::asyncLock();
117
ObjectBase
::asyncUnlock();
rsAnimation.h
28
class Animation : public
ObjectBase
{
rsScript.h
35
class ScriptKernelID : public
ObjectBase
{
49
class ScriptFieldID : public
ObjectBase
{
61
class Script : public
ObjectBase
{
107
void setVarObj(uint32_t slot,
ObjectBase
*val);
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsProgramBase.h
27
class ProgramBase : public
ObjectBase
{
29
ProgramBase(Context *rsc) :
ObjectBase
(rsc) {
rsObjectBase.h
31
class
ObjectBase
{
33
ObjectBase
(Context *rsc);
42
static bool checkDelete(const
ObjectBase
*);
62
static bool isValid(const Context *rsc, const
ObjectBase
*obj);
75
virtual ~
ObjectBase
();
87
mutable const
ObjectBase
* mPrev;
88
mutable const
ObjectBase
* mNext;
rsFileA3D.h
33
class FileA3D : public
ObjectBase
{
49
ObjectBase
*mRsObj;
68
ObjectBase
*initializeFromEntry(size_t index);
70
void appendToFile(Context *rsc,
ObjectBase
*obj);
74
// but we need to inherit from
ObjectBase
for ref tracking
rsAnimation.h
28
class Animation : public
ObjectBase
{
rsScript.h
35
class ScriptKernelID : public
ObjectBase
{
49
class ScriptFieldID : public
ObjectBase
{
61
class Script : public
ObjectBase
{
107
void setVarObj(uint32_t slot,
ObjectBase
*val);
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsProgramBase.h
27
class ProgramBase : public
ObjectBase
{
29
ProgramBase(Context *rsc) :
ObjectBase
(rsc) {
rsObjectBase.h
31
class
ObjectBase
{
33
ObjectBase
(Context *rsc);
42
static bool checkDelete(const
ObjectBase
*);
62
static bool isValid(const Context *rsc, const
ObjectBase
*obj);
75
virtual ~
ObjectBase
();
87
mutable const
ObjectBase
* mPrev;
88
mutable const
ObjectBase
* mNext;
rsFileA3D.h
33
class FileA3D : public
ObjectBase
{
49
ObjectBase
*mRsObj;
68
ObjectBase
*initializeFromEntry(size_t index);
70
void appendToFile(Context *rsc,
ObjectBase
*obj);
74
// but we need to inherit from
ObjectBase
for ref tracking
rsAnimation.h
28
class Animation : public
ObjectBase
{
rsScript.h
35
class ScriptKernelID : public
ObjectBase
{
49
class ScriptFieldID : public
ObjectBase
{
61
class Script : public
ObjectBase
{
107
void setVarObj(uint32_t slot,
ObjectBase
*val);
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsProgramBase.h
27
class ProgramBase : public
ObjectBase
{
29
ProgramBase(Context *rsc) :
ObjectBase
(rsc) {
rsObjectBase.h
31
class
ObjectBase
{
33
ObjectBase
(Context *rsc);
42
static bool checkDelete(const
ObjectBase
*);
62
static bool isValid(const Context *rsc, const
ObjectBase
*obj);
75
virtual ~
ObjectBase
();
87
mutable const
ObjectBase
* mPrev;
88
mutable const
ObjectBase
* mNext;
rsFileA3D.h
33
class FileA3D : public
ObjectBase
{
49
ObjectBase
*mRsObj;
68
ObjectBase
*initializeFromEntry(size_t index);
70
void appendToFile(Context *rsc,
ObjectBase
*obj);
74
// but we need to inherit from
ObjectBase
for ref tracking
rsAnimation.h
28
class Animation : public
ObjectBase
{
rsScript.h
35
class ScriptKernelID : public
ObjectBase
{
49
class ScriptFieldID : public
ObjectBase
{
61
class Script : public
ObjectBase
{
107
void setVarObj(uint32_t slot,
ObjectBase
*val);
Completed in 776 milliseconds
1
2
3
4
5