Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DCType.java17 public class CType { class
23 public CType() { in CType() method in CType
26 public CType(String baseType) { in CType() method in CType
30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType() method in CType
/frameworks/av/media/utils/tests/
Dextended_accumulator_tests.cpp81 using CType = uint64_t; in TEST() typedef
94 using CType = int64_t; in TEST() typedef