/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ |
D | type_trait.hpp | 41 struct type struct 43 static bool const is_vec = false; 44 static bool const is_mat = false; 45 static bool const is_quat = false; 46 static length_t const components = 0; 47 static length_t const cols = 0; 48 static length_t const rows = 0; 52 struct type<tvec1, T, P> struct 54 static bool const is_vec = true; 55 static bool const is_mat = false; [all …]
|
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ |
D | type_int.hpp | 83 typedef char type; typedef 89 typedef short type; typedef 95 typedef int type; typedef 101 typedef long type; typedef 107 typedef char type; typedef 113 typedef short type; typedef 119 typedef int type; typedef 125 typedef long type; typedef 135 typedef unsigned char type; typedef 141 typedef unsigned short type; typedef [all …]
|
D | func_matrix.hpp | 40 typedef tmat2x2<T, P> type; typedef 46 typedef tmat3x2<T, P> type; typedef 52 typedef tmat4x2<T, P> type; typedef 58 typedef tmat2x3<T, P> type; typedef 64 typedef tmat3x3<T, P> type; typedef 70 typedef tmat4x3<T, P> type; typedef 76 typedef tmat2x4<T, P> type; typedef 82 typedef tmat3x4<T, P> type; typedef 88 typedef tmat4x4<T, P> type; typedef
|
D | type_vec.hpp | 15 typedef struct type { struct 16 uint8 data[size]; 17 } type; typedef 40 typedef glm_vec4 type; typedef 46 typedef glm_ivec4 type; typedef 52 typedef glm_uvec4 type; typedef 85 typedef glm_dvec4 type; typedef 93 typedef glm_i64vec4 type; typedef 99 typedef glm_u64vec4 type; typedef
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | Resources.cpp | 31 #define GOLDFISH_VK_NEW_DISPATCHABLE_FROM_HOST_IMPL(type) \ argument 53 #define GOLDFISH_VK_NEW_TRIVIAL_NON_DISPATCHABLE_FROM_HOST_IMPL(type) \ argument 65 #define GOLDFISH_VK_AS_GOLDFISH_IMPL(type) \ argument 70 #define GOLDFISH_VK_GET_HOST_IMPL(type) \ argument 77 #define GOLDFISH_VK_DELETE_GOLDFISH_IMPL(type) \ argument 83 #define GOLDFISH_VK_IDENTITY_IMPL(type) \ argument 88 #define GOLDFISH_VK_NEW_DISPATCHABLE_FROM_HOST_U64_IMPL(type) \ argument 110 #define GOLDFISH_VK_NEW_TRIVIAL_NON_DISPATCHABLE_FROM_HOST_U64_IMPL(type) \ argument 123 #define GOLDFISH_VK_GET_HOST_U64_IMPL(type) \ argument
|
D | Resources.h | 43 #define GOLDFISH_VK_DEFINE_DISPATCHABLE_HANDLE_STRUCT(type) \ argument 58 #define GOLDFISH_VK_DEFINE_TRIVIAL_NON_DISPATCHABLE_HANDLE_STRUCT(type) \ argument 67 #define GOLDFISH_VK_NEW_FROM_HOST_DECL(type) \ argument 70 #define GOLDFISH_VK_AS_GOLDFISH_DECL(type) \ argument 73 #define GOLDFISH_VK_GET_HOST_DECL(type) \ argument 76 #define GOLDFISH_VK_DELETE_GOLDFISH_DECL(type) \ argument 79 #define GOLDFISH_VK_IDENTITY_DECL(type) \ argument 82 #define GOLDFISH_VK_NEW_FROM_HOST_U64_DECL(type) \ argument 85 #define GOLDFISH_VK_GET_HOST_U64_DECL(type) \ argument
|
D | VulkanHandleMapping.h | 29 #define DECLARE_HANDLE_MAP_PURE_VIRTUAL_METHOD(type) \ argument 41 #define DECLARE_HANDLE_MAP_OVERRIDE(type) \ argument
|
D | ResourceTracker.h | 60 #define HANDLE_REGISTER_DECL(type) \ argument 690 #define DEFINE_TRANSFORMED_TYPE_PROTOTYPE(type) \ argument
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 23 bool isSamplerType(GLenum type) { in isSamplerType() 52 bool isIntegerType(GLenum type) { in isIntegerType() 79 bool isUnsignedIntType(GLenum type) { in isUnsignedIntType() 97 bool isBoolType(GLenum type) { in isBoolType() 109 uint32_t getColumnsOfType(GLenum type) { in getColumnsOfType() 208 uint32_t getRowsOfType(GLenum type) { in getRowsOfType() 308 uint32_t getAttributeCountOfType(GLenum type) { in getAttributeCountOfType() 408 size_t glSizeof(GLenum type) in glSizeof() 873 int size, GLenum type, unsigned int stride, in glUtilsPackPointerData() 900 int size, GLenum type, unsigned int stride, in glUtilsWritePackPointerData() [all …]
|
D | GLESTextureUtils.cpp | 55 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize() 57 #define FORMAT_ERROR(format, type) \ in computePixelSize() argument 235 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch() 240 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset() 251 GLenum format, GLenum type, in computeTextureStartEnd() 290 GLenum format, GLenum type, in computeTotalImageSize() 316 GLenum format, GLenum type, in computeNeededBufferSize() 343 GLenum format, GLenum type, in computePackingOffsets2D() 369 GLenum format, GLenum type, in computePackingOffsets3D()
|
/device/generic/vulkan-cereal/stream-servers/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 145 void GLESv1Decoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GL… in s_glVertexPointerOffset() 151 void GLESv1Decoder::s_glColorPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLu… in s_glColorPointerOffset() 157 void GLESv1Decoder::s_glTexCoordPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, … in s_glTexCoordPointerOffset() 163 void GLESv1Decoder::s_glNormalPointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset) in s_glNormalPointerOffset() 169 void GLESv1Decoder::s_glPointSizePointerOffset(void *self, GLenum type, GLsizei stride, GLuint offs… in s_glPointSizePointerOffset() 175 void GLESv1Decoder::s_glWeightPointerOffset(void * self, GLint size, GLenum type, GLsizei stride, G… in s_glWeightPointerOffset() 181 void GLESv1Decoder::s_glMatrixIndexPointerOffset(void * self, GLint size, GLenum type, GLsizei stri… in s_glMatrixIndexPointerOffset() 196 void GLESv1Decoder::s_glVertexPointerData(void *self, GLint size, GLenum type, GLsizei stride, void… in s_glVertexPointerData() 213 void GLESv1Decoder::s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei stride, void … in s_glColorPointerData() 230 void GLESv1Decoder::s_glTexCoordPointerData(void *self, GLint unit, GLint size, GLenum type, GLsize… in s_glTexCoordPointerData() [all …]
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_CM/ |
D | GLEScmValidate.cpp | 259 bool GLEScmValidate::colorPointerType(GLenum type){ in colorPointerType() 269 bool GLEScmValidate::normalPointerType(GLenum type){ in normalPointerType() 281 bool GLEScmValidate::pointPointerType(GLenum type){ in pointPointerType() 285 bool GLEScmValidate::texCoordPointerType(GLenum type){ in texCoordPointerType() 296 bool GLEScmValidate::vertexPointerType(GLenum type){ in vertexPointerType()
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | utils.cpp | 29 Result<void> ValidateField(const Json::Value& obj, const std::string& type, in ValidateField() 64 const Json::Value& obj, const std::string& type, in ValidateJsonObject() 79 ParseSessionDescription(const std::string& type, const Json::Value& message, in ParseSessionDescription() 91 const std::string& type, const Json::Value& message) { in ParseIceCandidate() 112 Result<std::string> ParseError(const std::string& type, in ParseError()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/ |
D | XInput2.h | 38 int type; member 45 int type; member 53 int type; member 59 int type; member 64 int type; /* must be first element */ member 102 int type; member 108 int type; member 117 int type; member 125 int type; member 139 int type; member [all …]
|
D | XInput.h | 77 #define FindTypeAndClass(d,type,_class,classid,offset) \ argument 87 #define DeviceKeyPress(d,type,_class) \ argument 90 #define DeviceKeyRelease(d,type,_class) \ argument 93 #define DeviceButtonPress(d,type,_class) \ argument 96 #define DeviceButtonRelease(d,type,_class) \ argument 99 #define DeviceMotionNotify(d,type,_class) \ argument 102 #define DeviceFocusIn(d,type,_class) \ argument 105 #define DeviceFocusOut(d,type,_class) \ argument 108 #define ProximityIn(d,type,_class) \ argument 111 #define ProximityOut(d,type,_class) \ argument [all …]
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | netlinkmessage.cpp | 25 size_t getSpaceForMessageType(uint16_t type) { in getSpaceForMessageType() 35 NetlinkMessage::NetlinkMessage(uint16_t type, in NetlinkMessage() 66 uint16_t NetlinkMessage::type() const { in type() function in NetlinkMessage
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/ |
D | glUtils.cpp | 23 size_t glSizeof(GLenum type) in glSizeof() 384 int size, GLenum type, unsigned int stride, in glUtilsPackPointerData() 401 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize()
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 257 type: 'mouse', property 269 type: 'multi-touch', property 279 sendKeyEvent(code, type) { argument 280 this.#sendJsonInput({type: 'keyboard', keycode: code, event_type: type}); property 464 this.#onOffer({type: 'offer', sdp: message.sdp}); property 467 this.#onRemoteDescription({type: 'answer', sdp: message.sdp}); property 486 return this.#serverConnector.sendToDevice({type: 'answer', sdp: desc.sdp}); property 491 return this.#serverConnector.sendToDevice({type: 'ice-candidate', candidate}); property 574 {type: 'request-offer', ice_servers: infraConfig.ice_servers}); property 584 await this.#serverConnector.sendToDevice({type: 'offer', sdp: offer.sdp}); property
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 255 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData() 259 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset() 277 static void glColorPointerData(GLint size, GLenum type, GLsizei, void* data, GLuint) { in glColorPointerData() 281 static void glColorPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) { in glColorPointerOffset() 285 static void glNormalPointerData(GLenum type, GLsizei, void* data, GLuint) { in glNormalPointerData() 289 static void glNormalPointerOffset(GLenum type, GLsizei, GLuint offset) { in glNormalPointerOffset() 293 static void glPointSizePointerData(GLenum type, GLsizei, void* data, GLuint) { in glPointSizePointerData() 297 static void glPointSizePointerOffset(GLenum type, GLsizei, GLuint offset) { in glPointSizePointerOffset() 301 static void glTexCoordPointerData(GLint, GLint size, GLenum type, GLsizei, void* data, GLuint) { in glTexCoordPointerData() 306 static void glTexCoordPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) { in glTexCoordPointerOffset() [all …]
|
D | GLESv3.cpp | 211 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData() 215 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset() 291 static GLuint glCreateShaderProgramvAEMU(GLenum type, GLsizei, const char* packedStrings, GLuint) { in glCreateShaderProgramvAEMU() 316 static void glDrawElementsIndirectDataAEMU(GLenum mode, GLenum type, const void* indirect, GLuint) { in glDrawElementsIndirectDataAEMU() 320 static void glDrawElementsIndirectOffsetAEMU(GLenum mode, GLenum type, GLuint offset) { in glDrawElementsIndirectOffsetAEMU() 324 static void glDrawElementsInstancedDataAEMU(GLenum mode, GLsizei count, GLenum type, in glDrawElementsInstancedDataAEMU() 329 static void glDrawElementsInstancedOffsetAEMU(GLenum mode, GLsizei count, GLenum type, in glDrawElementsInstancedOffsetAEMU() 336 GLenum type, const GLvoid* indices, GLsizei) { in glDrawRangeElementsDataAEMU() 341 GLenum type, GLuint offset) { in glDrawRangeElementsOffsetAEMU() 439 GLenum type, GLuint offset) { in glReadPixelsOffsetAEMU() [all …]
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/ |
D | GLESv2Validate.cpp | 455 bool GLESv2Validate::shaderType(GLEScontext* ctx, GLenum type){ in shaderType() 468 bool GLESv2Validate::precisionType(GLenum type){ in precisionType() 496 bool GLESv2Validate::pixelType(GLEScontext * ctx,GLenum type) { in pixelType() 506 #define GLES3_TYPE_CASE(type) \ in pixelType() argument 650 GLenum format, GLenum type) { in pixelSizedFrmt() 852 int GLESv2Validate::sizeOfType(GLenum type) { in sizeOfType()
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | commands.h | 29 AudioCommandType type() const { return type_; } in type() function 33 AudioCommand(AudioCommandType type) : type_(type) {} in AudioCommand() 45 InfoCommand(AudioCommandType type, uint32_t start_id, size_t count, R* reply) in InfoCommand()
|
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request.cpp | 60 uint16_t type, const void* data, uint16_t data_length) { in AppendTag() 85 void NetlinkRequest::AddString(uint16_t type, const std::string& value) { in AddString() 110 void NetlinkRequest::PushList(uint16_t type) { in PushList()
|
/device/linaro/dragonboard/qcom/tqftpserv/ |
D | list.h | 38 #define container_of(ptr, type, member) ({ \ argument 83 #define list_entry(item, type, member) \ argument 86 #define list_entry_first(list, type, member) \ argument
|
/device/google/contexthub/util/sensortest/ |
D | sensortest.cpp | 27 int type; member 71 int findSensorTypeInSensorList(int type) in findSensorTypeInSensorList() 82 int findSensorTypeInConfigList(int type) in findSensorTypeInConfigList()
|