OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rstype
(Results
1 - 20
of
20
) sorted by null
/frameworks/compile/slang/
slang_rs_metadata_spec.h
26
// 3. All ->name field in
RSType
/RSVar/RSFunction now refer to an index in the
28
// 4.
RSType
information is encoded as a byte stream like:
30
// [
RSType
#1][
RSType
#2] ... [
RSType
#N]
32
// All ->type or ->base_type in RS*Type now becomes an index to
RSType
array.
34
// 5. RSVar => an string table index plus
RSType
array index
42
union
RSType
;
46
const union
RSType
*type;
slang_rs_type_spec.h
54
ENUM_RS_OBJECT_DATA_TYPE(
RSType
, "rs_type") \
117
union
RSType
;
139
const union
RSType
*pointee;
157
const union
RSType
*element_type;
165
const union
RSType
*type;
180
union
RSType
{
196
//
RSType
slang_rs_export_type.h
53
union
RSType
;
82
mutable union
RSType
*mSpecType;
117
virtual union
RSType
*convertToSpecType() const = 0;
118
inline void setSpecTypeTemporarily(union
RSType
*SpecType) const {
151
inline const union
RSType
*getSpecType() const {
249
virtual union
RSType
*convertToSpecType() const;
309
virtual union
RSType
*convertToSpecType() const;
347
virtual union
RSType
*convertToSpecType() const;
380
virtual union
RSType
*convertToSpecType() const;
418
virtual union
RSType
*convertToSpecType() const
[
all
...]
slang_rs_metadata_spec_encoder.cpp
96
unsigned encode ## x ## Type(const union
RSType
*T);
100
unsigned encodeRSType(const union
RSType
*T);
175
unsigned RSMetadataEncoderInternal::encodePrimitiveType(const union
RSType
*T) {
179
unsigned RSMetadataEncoderInternal::encodePointerType(const union
RSType
*T) {
191
unsigned RSMetadataEncoderInternal::encodeVectorType(const union
RSType
*T) {
195
unsigned RSMetadataEncoderInternal::encodeMatrixType(const union
RSType
*T) {
200
RSMetadataEncoderInternal::encodeConstantArrayType(const union
RSType
*T) {
213
unsigned RSMetadataEncoderInternal::encodeRecordType(const union
RSType
*T) {
299
unsigned RSMetadataEncoderInternal::encodeRSType(const union
RSType
*T) {
slang_rs_export_type.cpp
936
union
RSType
*RSExportPrimitiveType::convertToSpecType() const {
937
llvm::OwningPtr<union
RSType
> ST(new union
RSType
);
980
union
RSType
*RSExportPointerType::convertToSpecType() const {
981
llvm::OwningPtr<union
RSType
> ST(new union
RSType
);
[
all
...]
slang_rs_reflection.h
75
// A mapping from a field in a record type to its index in the
rsType
/frameworks/base/libs/rs/
RenderScriptEnv.h
13
typedef void *
RsType
;
rs.spec
37
ret
RsType
42
param
RsType
vtype
50
param
RsType
vtype
59
param
RsType
vtype
RenderScript.h
47
void rsaTypeGetNativeData(RsContext,
RsType
, uint32_t *typeData, uint32_t typeDataSize);
rsMatrix2x2.h
20
#include "
rsType
.h"
rsMatrix3x3.h
20
#include "
rsType
.h"
rsMatrix4x4.h
20
#include "
rsType
.h"
Android.mk
112
rsType
.cpp \
219
rsType
.cpp
RenderScriptDefines.h
44
typedef void *
RsType
;
rsAllocation.h
20
#include "
rsType
.h"
rsType.cpp
267
RsType
rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX,
277
void rsaTypeGetNativeData(RsContext con,
RsType
type, uint32_t *typeData, uint32_t typeDataSize) {
rsContext.h
21
#include "
rsType
.h"
rsAllocation.cpp
481
RsAllocation rsi_AllocationCreateTyped(Context *rsc,
RsType
vtype,
492
RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc,
RsType
vtype,
513
RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc,
RsType
vtype,
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
417
rsaTypeGetNativeData(con, (
RsType
)id, typeData, 6);
430
return (jint) rsAllocationCreateTyped(con, (
RsType
)type, (RsAllocationMipmapControl)mips, (uint32_t)usage);
457
(
RsType
)type, (RsAllocationMipmapControl)mip,
473
(
RsType
)type, (RsAllocationMipmapControl)mip,
[
all
...]
/prebuilt/common/jython/
jython.jar
Completed in 297 milliseconds