OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSVar
(Results
1 - 2
of
2
) 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
34
// 5.
RSVar
=> an string table index plus RSType array index
44
struct
RSVar
{
60
int RSEncodeVarMetadata(RSMetadataEncoder *E, const
RSVar
*V);
76
RSVar
*vars;
slang_rs_metadata_spec_encoder.cpp
108
int encodeRSVar(const
RSVar
*V);
310
int RSMetadataEncoderInternal::encodeRSVar(const
RSVar
*V) {
508
int RSEncodeVarMetadata(RSMetadataEncoder *E, const
RSVar
*V) {
Completed in 2574 milliseconds