/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | EGLDispatch.cpp | 26 #define EGL_LOAD_FIELD(return_type, function_name, signature, callargs) \ argument 29 #define EGL_LOAD_FIELD_WITH_EGL(return_type, function_name, signature, callargs) \ argument 33 #define EGL_LOAD_OPTIONAL_FIELD(return_type, function_name, signature, callargs) \ argument
|
D | GLESv1Dispatch.h | 23 #define GLES1_DISPATCH_DEFINE_TYPE(return_type, func_name, signature, callargs) \ argument 26 #define GLES1_DISPATCH_DECLARE_POINTER(return_type, func_name, signature, callargs) \ argument
|
D | GLESv3Dispatch.h | 24 #define GLES3_DISPATCH_DEFINE_TYPE(return_type, func_name, signature, callargs) \ argument 27 #define GLES3_DISPATCH_DECLARE_POINTER(return_type, func_name, signature, callargs) \ argument
|
D | EGLDispatch.h | 25 #define EGL_DEFINE_TYPE(return_type, function_name, signature, callargs) \ argument 28 #define EGL_DECLARE_MEMBER(return_type, function_name, signature, callargs) \ argument
|
D | GLESv3Dispatch.cpp | 27 #define LOOKUP_SYMBOL(return_type, function_name, signature, callargs) \ argument
|
D | GLESv1Dispatch.cpp | 27 #define LOOKUP_SYMBOL(return_type, function_name, signature, callargs) \ argument
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | soft_gatekeeper.h | 72 virtual void ComputePasswordSignature(uint8_t* signature, uint32_t signature_length, in ComputePasswordSignature() 85 virtual void ComputeSignature(uint8_t* signature, uint32_t signature_length, const uint8_t*, in ComputeSignature() argument
|
D | hmac_serializable.cpp | 85 keymaster::UniquePtr<uint8_t[]> signature; in Deserialize() local
|
/device/google/cuttlefish/guest/hals/camera/ |
D | JpegCompressor.cpp | 33 static void* getSymbol(void* dl, const char* signature) { in getSymbol()
|
/device/generic/goldfish/camera/ |
D | JpegCompressor.cpp | 33 static void* getSymbol(void* dl, const char* signature) { in getSymbol()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | image_aggregator.cc | 70 std::uint8_t signature[8]; member
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster4_device.cpp | 570 const hidl_vec<uint8_t>& signature, in finish()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 318 #define KNIT(return_type, function_name, signature, callargs) function_name = s_gles1.function_name; argument
|
D | GLESv3.cpp | 539 #define KNIT(return_type, function_name, signature, callargs) function_name = s_gles3.function_name; argument
|