OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectBase
(Results
76 - 100
of
102
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsElement.h
37
class Element : public
ObjectBase
{
rsType.h
34
class Type : public
ObjectBase
{
rs_hal.h
28
class
ObjectBase
;
140
ObjectBase
*data);
rsAllocation.h
46
class Allocation : public
ObjectBase
{
rsFont.h
44
class Font : public
ObjectBase
{
68
// but we need to inherit from
ObjectBase
for ref tracking
/frameworks/rs/
rsRuntime.h
142
void rsrSetObject(const Context *, rs_object_base *dst, const
ObjectBase
*src);
146
bool rsrIsObject(const Context *,
ObjectBase
* src);
rsMesh.cpp
24
Mesh::Mesh(Context *rsc) :
ObjectBase
(rsc) {
40
uint32_t primitivesCount) :
ObjectBase
(rsc) {
rsAllocation.h
46
class Allocation : public
ObjectBase
{
rsFont.h
44
class Font : public
ObjectBase
{
68
// but we need to inherit from
ObjectBase
for ref tracking
rsAllocation.cpp
32
:
ObjectBase
(rsc) {
261
ObjectBase
::dumpLOGV(prefix);
403
ObjectBase
::checkDelete(alloc);
404
ObjectBase
::checkDelete(type);
rsScriptC.cpp
383
ObjectBase
::checkDelete(s);
rsScriptGroup.cpp
23
ScriptGroup::ScriptGroup(Context *rsc) :
ObjectBase
(rsc) {
rsFont.cpp
36
Font::Font(Context *rsc) :
ObjectBase
(rsc), mCachedGlyphs(NULL) {
316
ObjectBase
::checkDelete(newFont);
/frameworks/rs/cpu_ref/
rsCpuIntrinsicHistogram.cpp
33
virtual void setGlobalObj(uint32_t slot,
ObjectBase
*data);
83
void RsdCpuScriptIntrinsicHistogram::setGlobalObj(uint32_t slot,
ObjectBase
*data) {
rsCpuIntrinsicBlur.cpp
33
virtual void setGlobalObj(uint32_t slot,
ObjectBase
*data);
103
void RsdCpuScriptIntrinsicBlur::setGlobalObj(uint32_t slot,
ObjectBase
*data) {
rsCpuIntrinsicResize.cpp
33
virtual void setGlobalObj(uint32_t slot,
ObjectBase
*data);
64
void RsdCpuScriptIntrinsicResize::setGlobalObj(uint32_t slot,
ObjectBase
*data) {
rsCpuIntrinsicConvolve3x3.cpp
34
virtual void setGlobalObj(uint32_t slot,
ObjectBase
*data);
69
void RsdCpuScriptIntrinsicConvolve3x3::setGlobalObj(uint32_t slot,
ObjectBase
*data) {
rsCpuIntrinsicConvolve5x5.cpp
34
virtual void setGlobalObj(uint32_t slot,
ObjectBase
*data);
70
void RsdCpuScriptIntrinsicConvolve5x5::setGlobalObj(uint32_t slot,
ObjectBase
*data) {
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h
28
class
ObjectBase
;
140
ObjectBase
*data);
rsAllocation.h
46
class Allocation : public
ObjectBase
{
rsFont.h
44
class Font : public
ObjectBase
{
68
// but we need to inherit from
ObjectBase
for ref tracking
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h
28
class
ObjectBase
;
140
ObjectBase
*data);
rsAllocation.h
46
class Allocation : public
ObjectBase
{
rsFont.h
44
class Font : public
ObjectBase
{
68
// but we need to inherit from
ObjectBase
for ref tracking
/frameworks/rs/driver/
rsdBcc.cpp
144
void rsdScriptSetGlobalObj(const Context *dc, const Script *s, uint32_t slot,
ObjectBase
*data) {
Completed in 253 milliseconds
1
2
3
4
5