OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RsContext
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
90
RsContext
con = (
RsContext
)(_env->GetIntField(_this, gContextId));
102
RsContext
con = (
RsContext
)(_env->GetIntField(_this, gContextId));
112
RsContext
con = (
RsContext
)(_env->GetIntField(_this, gContextId));
120
RsContext
con = (
RsContext
)(_env->GetIntField(_this, gContextId));
170
RsContext
con = (
RsContext
)(_env->GetIntField(_this, gContextId))
[
all
...]
/frameworks/base/libs/rs/
RenderScript.h
33
typedef void *
RsContext
;
60
RsContext
rsContextCreate(RsDevice, uint32_t version);
61
RsContext
rsContextCreateGL(RsDevice, uint32_t version, bool useDepth);
62
void rsContextDestroy(
RsContext
);
63
void rsObjDestroyOOB(
RsContext
, void *);
65
uint32_t rsContextGetMessage(
RsContext
, void *data, size_t *receiveLen, size_t bufferLen, bool wait);
66
void rsContextInitToClient(
RsContext
);
67
void rsContextDeinitToClient(
RsContext
);
RenderScriptEnv.h
7
typedef void *
RsContext
;
rsHandcode.h
4
static inline void rsHCAPI_AllocationData (
RsContext
rsc, RsAllocation va, const void * data, uint32_t sizeBytes)
25
static inline void rsHCAPI_Allocation1DSubData (
RsContext
rsc, RsAllocation va, uint32_t xoff, uint32_t count, const void * data, uint32_t sizeBytes)
rsContext.cpp
18
#include "
rsContext
.h"
931
RsContext
rsContextCreate(RsDevice vdev, uint32_t version)
939
RsContext
rsContextCreateGL(RsDevice vdev, uint32_t version, bool useDepth)
947
void rsContextDestroy(
RsContext
vrsc)
953
void rsObjDestroyOOB(
RsContext
vrsc, void *obj)
959
uint32_t rsContextGetMessage(
RsContext
vrsc, void *data, size_t *receiveLen, size_t bufferLen, bool wait)
965
void rsContextInitToClient(
RsContext
vrsc)
971
void rsContextDeinitToClient(
RsContext
vrsc)
Completed in 651 milliseconds