/external/deqp/framework/egl/wrapper/ |
eglwTypes.inl | 45 typedef deInt32 EGLint; 46 typedef deUint32 EGLenum; 47 typedef deUint32 EGLBoolean; 48 typedef deIntptr EGLAttrib; 49 typedef deUint64 EGLTime; 51 typedef void* EGLDisplay; 52 typedef void* EGLConfig; 53 typedef void* EGLSurface; 54 typedef void* EGLContext; 55 typedef void* EGLImage [all...] |
eglwFunctionTypes.inl | 6 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindAPIFunc) (EGLenum api); 7 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, EGLSurface surface, EGLint buffer); 8 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 9 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncFunc) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 10 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncKHRFunc) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 12 typedef EGLW_APICALL EGLContext (EGLW_APIENTRY* eglCreateContextFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 13 typedef EGLW_APICALL EGLImage (EGLW_APIENTRY* eglCreateImageFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 14 typedef EGLW_APICALL EGLImageKHR (EGLW_APIENTRY* eglCreateImageKHRFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 15 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePbufferFromClientBufferFunc) (EGLDisplay (…) [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwTypes.inl | 46 typedef deInt8 GLbyte; 47 typedef deInt16 GLshort; 48 typedef deInt32 GLint; 49 typedef deInt64 GLint64; 52 typedef deUint8 GLubyte; 53 typedef deUint16 GLushort; 54 typedef deUint32 GLuint; 55 typedef deUint64 GLuint64; 58 typedef deUint16 GLhalf; 59 typedef float GLfloat [all...] |
glwFunctionTypes.inl | 6 typedef GLW_APICALL void (GLW_APIENTRY* glActiveShaderProgramFunc) (GLuint pipeline, GLuint program); 7 typedef GLW_APICALL void (GLW_APIENTRY* glActiveTextureFunc) (GLenum texture); 8 typedef GLW_APICALL void (GLW_APIENTRY* glAttachShaderFunc) (GLuint program, GLuint shader); 9 typedef GLW_APICALL void (GLW_APIENTRY* glBeginConditionalRenderFunc) (GLuint id, GLenum mode); 10 typedef GLW_APICALL void (GLW_APIENTRY* glBeginQueryFunc) (GLenum target, GLuint id); 11 typedef GLW_APICALL void (GLW_APIENTRY* glBeginQueryIndexedFunc) (GLenum target, GLuint index, GLuint id); 12 typedef GLW_APICALL void (GLW_APIENTRY* glBeginTransformFeedbackFunc) (GLenum primitiveMode); 13 typedef GLW_APICALL void (GLW_APIENTRY* glBindAttribLocationFunc) (GLuint program, GLuint index, const GLchar *name); 14 typedef GLW_APICALL void (GLW_APIENTRY* glBindBufferFunc) (GLenum target, GLuint buffer); 15 typedef GLW_APICALL void (GLW_APIENTRY* glBindBufferBaseFunc) (GLenum target, GLuint index, GLuin (…) [all...] |
/frameworks/rs/scriptc/ |
rs_value_types.rsh | 100 typedef __fp16 half; 110 typedef half __attribute__((ext_vector_type(2))) half2; 120 typedef half __attribute__((ext_vector_type(3))) half3; 130 typedef half __attribute__((ext_vector_type(4))) half4; 138 typedef char int8_t; 145 typedef short int16_t; 152 typedef int int32_t; 160 typedef long long int64_t; 164 typedef long int64_t; 172 typedef unsigned char uint8_t [all...] |
rs_object_types.rsh | 54 typedef struct rs_element _RS_OBJECT_DECL rs_element; 63 typedef struct rs_type _RS_OBJECT_DECL rs_type; 72 typedef struct rs_allocation _RS_OBJECT_DECL rs_allocation; 81 typedef struct rs_sampler _RS_OBJECT_DECL rs_sampler; 90 typedef struct rs_script _RS_OBJECT_DECL rs_script; 98 typedef enum { 115 typedef enum { 137 typedef enum { 186 typedef enum { 207 typedef enum [all...] |
rs_time.rsh | 36 typedef int rs_time_t; 40 typedef long rs_time_t; 48 typedef struct {
|
/prebuilts/sdk/renderscript/include/ |
rs_value_types.rsh | 100 typedef __fp16 half; 110 typedef half __attribute__((ext_vector_type(2))) half2; 120 typedef half __attribute__((ext_vector_type(3))) half3; 130 typedef half __attribute__((ext_vector_type(4))) half4; 138 typedef char int8_t; 145 typedef short int16_t; 152 typedef int int32_t; 160 typedef long long int64_t; 164 typedef long int64_t; 172 typedef unsigned char uint8_t [all...] |
rs_object_types.rsh | 54 typedef struct rs_element _RS_OBJECT_DECL rs_element; 63 typedef struct rs_type _RS_OBJECT_DECL rs_type; 72 typedef struct rs_allocation _RS_OBJECT_DECL rs_allocation; 81 typedef struct rs_sampler _RS_OBJECT_DECL rs_sampler; 90 typedef struct rs_script _RS_OBJECT_DECL rs_script; 98 typedef enum { 115 typedef enum { 137 typedef enum { 186 typedef enum { 207 typedef enum [all...] |
rs_time.rsh | 36 typedef int rs_time_t; 40 typedef long rs_time_t; 48 typedef struct {
|
/external/e2fsprogs/lib/uuid/ |
uuid_types.h.in | 9 typedef unsigned char uint8_t; 10 typedef signed char int8_t; 13 typedef int int64_t; 14 typedef unsigned int uint64_t; 16 typedef long int64_t; 17 typedef unsigned long uint64_t; 20 typedef __signed__ long long int64_t; 22 typedef signed long long int64_t; 24 typedef unsigned long long uint64_t; 28 typedef int int16_t [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
dxgitype.idl | 26 typedef struct DXGI_SAMPLE_DESC { 31 typedef enum DXGI_MODE_ROTATION { 39 typedef enum DXGI_MODE_SCANLINE_ORDER { 46 typedef enum DXGI_MODE_SCALING { 52 typedef struct DXGI_RATIONAL { 57 typedef struct DXGI_MODE_DESC { 66 typedef struct DXGI_GAMMA_CONTROL_CAPABILITIES { 74 typedef struct DXGI_RGB { 80 typedef struct DXGI_GAMMA_CONTROL {
|
d3d10shader.idl | 53 typedef D3D_SHADER_MACRO D3D10_SHADER_MACRO; 54 typedef D3D10_SHADER_MACRO* LPD3D10_SHADER_MACRO; 57 typedef D3D_SHADER_VARIABLE_CLASS D3D10_SHADER_VARIABLE_CLASS; 58 typedef D3D10_SHADER_VARIABLE_CLASS* LPD3D10_SHADER_VARIABLE_CLASS; 59 typedef D3D_SHADER_VARIABLE_FLAGS D3D10_SHADER_VARIABLE_FLAGS; 60 typedef D3D10_SHADER_VARIABLE_FLAGS* LPD3D10_SHADER_VARIABLE_FLAGS; 61 typedef D3D_SHADER_VARIABLE_TYPE D3D10_SHADER_VARIABLE_TYPE; 62 typedef D3D10_SHADER_VARIABLE_TYPE* LPD3D10_SHADER_VARIABLE_TYPE; 63 typedef D3D_SHADER_INPUT_FLAGS D3D10_SHADER_INPUT_FLAGS; 64 typedef D3D10_SHADER_INPUT_FLAGS* LPD3D10_SHADER_INPUT_FLAGS [all...] |
d3dcommon.idl | 30 typedef const void* LPCVOID; 32 typedef enum D3D_DRIVER_TYPE 42 typedef enum D3D_FEATURE_LEVEL 52 typedef enum D3D_PRIMITIVE_TOPOLOGY 157 typedef enum D3D_PRIMITIVE 250 typedef enum D3D_SRV_DIMENSION 302 typedef struct _D3D_SHADER_MACRO 308 typedef struct _D3D_SHADER_MACRO *LPD3D_SHADER_MACRO; 317 typedef ID3D10Blob* LPD3D10BLOB; 318 typedef ID3D10Blob ID3DBlob [all...] |
/external/e2fsprogs/lib/blkid/ |
blkid_types.h.in | 13 typedef __U8_TYPEDEF __u8; 15 typedef unsigned char __u8; 19 typedef __S8_TYPEDEF __s8; 21 typedef signed char __s8; 25 typedef __U16_TYPEDEF __u16; 28 typedef unsigned int __u16; 31 typedef unsigned short __u16; 39 typedef __S16_TYPEDEF __s16; 42 typedef int __s16; 45 typedef short __s16 [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2_types.h.in | 13 typedef __U8_TYPEDEF __u8; 15 typedef unsigned char __u8; 19 typedef __S8_TYPEDEF __s8; 21 typedef signed char __s8; 25 typedef __U16_TYPEDEF __u16; 28 typedef unsigned int __u16; 31 typedef unsigned short __u16; 39 typedef __S16_TYPEDEF __s16; 42 typedef int __s16; 45 typedef short __s16 [all...] |
/external/jemalloc/include/jemalloc/ |
jemalloc_typedefs.h.in | 6 typedef void *(chunk_alloc_t)(void *, size_t, size_t, bool *, bool *, unsigned); 12 typedef bool (chunk_dalloc_t)(void *, size_t, bool, unsigned); 19 typedef bool (chunk_commit_t)(void *, size_t, size_t, size_t, unsigned); 26 typedef bool (chunk_decommit_t)(void *, size_t, size_t, size_t, unsigned); 33 typedef bool (chunk_purge_t)(void *, size_t, size_t, size_t, unsigned); 40 typedef bool (chunk_split_t)(void *, size_t, size_t, size_t, bool, unsigned); 47 typedef bool (chunk_merge_t)(void *, size_t, void *, size_t, bool, unsigned); 49 typedef struct {
|
/external/dbus/dbus/ |
dbus-arch-deps.h.in | 36 _DBUS_GNUC_EXTENSION typedef @DBUS_INT64_TYPE@ dbus_int64_t; 37 _DBUS_GNUC_EXTENSION typedef unsigned @DBUS_INT64_TYPE@ dbus_uint64_t; 48 typedef @DBUS_INT32_TYPE@ dbus_int32_t; 49 typedef unsigned @DBUS_INT32_TYPE@ dbus_uint32_t; 51 typedef @DBUS_INT16_TYPE@ dbus_int16_t; 52 typedef unsigned @DBUS_INT16_TYPE@ dbus_uint16_t;
|
/external/srtp/ |
config.hw | 184 typedef unsigned __int8 uint8_t; 185 typedef unsigned __int16 uint16_t; 186 typedef unsigned __int32 uint32_t; 187 typedef unsigned __int64 uint64_t; 188 typedef __int8 int8_t; 189 typedef __int16 int16_t; 190 typedef __int32 int32_t; 191 typedef __int64 int64_t;
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclapi.swg | 17 typedef struct swig_const_info { 26 typedef int (*swig_wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []); 27 typedef int (*swig_wrapper_func)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []); 28 typedef char *(*swig_variable_func)(ClientData, Tcl_Interp *, char *, char *, int); 29 typedef void (*swig_delete_func)(ClientData); 31 typedef struct swig_method { 36 typedef struct swig_attribute { 42 typedef struct swig_class { 55 typedef struct swig_instance { 64 typedef struct [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkFunctionPointerTypes.inl | 4 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateInstanceFunc) (const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance); 5 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyInstanceFunc) (VkInstance instance, const VkAllocationCallbacks* pAllocator); 6 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumeratePhysicalDevicesFunc) (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); 7 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceFeaturesFunc) (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures); 8 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceFormatPropertiesFunc) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 9 typedef VKAPI_ATTR VkResult (VKAPI_CALL* GetPhysicalDeviceImageFormatPropertiesFunc) (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties); 10 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDevicePropertiesFunc) (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties); 11 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceQueueFamilyPropertiesFunc) (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties); 12 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceMemoryPropertiesFunc) (VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties); 13 typedef VKAPI_ATTR PFN_vkVoidFunction (VKAPI_CALL* GetInstanceProcAddrFunc) (VkInstance instance, c (…) [all...] |
vkBasicTypes.inl | 761 typedef deUint32 VkFormatFeatureFlags; 774 typedef deUint32 VkImageUsageFlags; 784 typedef deUint32 VkImageCreateFlags; 796 typedef deUint32 VkSampleCountFlags; 805 typedef deUint32 VkQueueFlags; 815 typedef deUint32 VkMemoryPropertyFlags; 821 typedef deUint32 VkMemoryHeapFlags; 843 typedef deUint32 VkPipelineStageFlags; 852 typedef deUint32 VkImageAspectFlags; 860 typedef deUint32 VkSparseImageFormatFlags [all...] |
/external/libjpeg-turbo/win/ |
jconfig.h.in | 35 typedef unsigned char boolean; 41 typedef short INT16; 42 typedef signed int INT32;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10_1.idl | 26 typedef enum D3D10_FEATURE_LEVEL1 35 typedef struct D3D10_RENDER_TARGET_BLEND_DESC1 47 typedef struct D3D10_BLEND_DESC1 65 typedef struct D3D10_TEXCUBE_ARRAY_SRV1 73 typedef D3D_SRV_DIMENSION D3D10_SRV_DIMENSION1; 75 typedef struct D3D10_SHADER_RESOURCE_VIEW_DESC1
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/ |
ftconfig.in | 190 /* A typedef for a 16bit signed integer type. */ 192 typedef signed short FT_Int16; 201 /* A typedef for a 16bit unsigned integer type. */ 203 typedef unsigned short FT_UInt16; 217 /* A typedef for a 32bit signed integer type. The size depends on */ 220 typedef signed XXX FT_Int32; 228 /* A typedef for a 32bit unsigned integer type. The size depends on */ 231 typedef unsigned XXX FT_UInt32; 239 /* A typedef for a 64bit signed integer type. The size depends on */ 243 typedef signed XXX FT_Int64 [all...] |