Home
last modified time | relevance | path

Searched defs:functionType (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go933 type functionType struct { struct
934 result Type
935 params []FieldInfo
938 func (*functionType) Align(arch Arch) uint {
942 func (*functionType) Bits(arch Arch) uint {
946 func (typе *functionType) DeclareVar(var_name string, arch Arch) string {
959 func (typе *functionType) BaseName(arch Arch) string {
963 func (typе *functionType) Name(arch Arch) string {
967 func (*functionType) Kind(Arch) Kind {
971 func (typе *functionType) Elem(Arch) Type {
[all …]
/frameworks/rs/script_api/
DGenerateTestFiles.cpp644 const char* functionType = "NORMAL"; in writeJavaCreateTarget() local