/device/google/coral-sepolicy/vendor/qcom/common/ |
D | location.te | 1 # location - Location daemon 2 type location, domain; 5 init_daemon_domain(location) 6 hwbinder_use(location) 8 allow location self:capability setgid; 11 r_dir_file(location, sysfs_soc) 12 r_dir_file(location, sysfs_esoc) 13 r_dir_file(location, sysfs_msm_subsys) 14 r_dir_file(location, sysfs_ssr) 15 dontaudit location sysfs_faceauth:dir r_dir_perms; [all …]
|
D | hal_wifi_ext.te | 4 allow hal_wifi_ext location:unix_stream_socket connectto; 6 # write to files owned by location daemon 10 allow hal_wifi_ext location:unix_dgram_socket sendto;
|
D | hal_wifi_default.te | 4 allow hal_wifi_default location:unix_stream_socket connectto; 6 # write to files owned by location daemon 10 allow hal_wifi_default location:unix_dgram_socket sendto;
|
D | hal_gnss_qti.te | 20 # /dev/socket/location 25 allow hal_gnss_qti location:unix_dgram_socket sendto;
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | location.te | 2 # which launches various other services supporting GPS & Wifi-RTT (LOWI) location 3 type location, domain; 6 init_daemon_domain(location) 10 allow location self:capability { net_admin }; 11 auditallow location self:capability { net_admin }; 13 allow location self:capability { setgid setuid }; 15 hwbinder_use(location) 16 get_prop(location, hwservicemanager_prop) 17 allow location fwk_sensor_hwservice:hwservice_manager find; 18 binder_call(location, system_server) [all …]
|
D | hal_gnss_qti.te | 17 # /data/vendor/location 22 # /dev/socket/location 27 allow hal_gnss_qti location:unix_dgram_socket sendto;
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | location.te | 2 # which launches various other services supporting GPS & Wifi-RTT (LOWI) location 3 type location, domain; 6 init_daemon_domain(location) 10 allow location self:capability { net_admin }; 11 auditallow location self:capability { net_admin }; 13 allow location self:capability { setgid setuid }; 15 hwbinder_use(location) 16 get_prop(location, hwservicemanager_prop) 17 allow location fwk_sensor_hwservice:hwservice_manager find; 18 binder_call(location, system_server) [all …]
|
D | hal_gnss_qti.te | 21 # /data/vendor/location 26 # /dev/socket/location 31 allow hal_gnss_qti location:unix_dgram_socket sendto;
|
D | hal_wifi_default.te | 2 allow hal_wifi_default location:unix_stream_socket connectto; 4 # write to files owned by location daemon
|
/device/google/wahoo/sepolicy/vendor/ |
D | location.te | 2 # which launches various other services supporting GPS & Wifi-RTT (LOWI) location 3 type location, domain; 6 init_daemon_domain(location) 10 allow location self:capability { net_admin }; 11 auditallow location self:capability { net_admin }; 13 allow location self:capability { setgid setuid }; 15 hwbinder_use(location) 16 get_prop(location, hwservicemanager_prop) 17 allow location fwk_sensor_hwservice:hwservice_manager find; 18 binder_call(location, system_server) [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 24 void glProgramUniform1i(GLuint program, GLint location, GLint v0); 25 void glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1); 26 void glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2); 27 void glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3); 28 void glProgramUniform1ui(GLuint program, GLint location, GLuint v0); 29 void glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1); 30 void glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2); 31 void glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3… 32 void glProgramUniform1f(GLuint program, GLint location, GLfloat v0); 33 void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1); [all …]
|
D | gles2_core.entries | 79 void glGetUniformfv(GLuint program, GLint location, GLfloat *params); 80 void glGetUniformiv(GLuint program, GLint location, GLint *params); 116 void glUniform1f(GLint location, GLfloat v0); 117 void glUniform1fv(GLint location, GLsizei count, const GLfloat *value); 118 void glUniform1i(GLint location, GLint v0); 119 void glUniform1iv(GLint location, GLsizei count, const GLint *value); 120 void glUniform2f(GLint location, GLfloat v0, GLfloat v1); 121 void glUniform2fv(GLint location, GLsizei count, const GLfloat *value); 122 void glUniform2i(GLint location, GLint v0, GLint v1); 123 void glUniform2iv(GLint location, GLsizei count, const GLint *value); [all …]
|
D | gles3_only.entries | 25 void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 26 void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 27 void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 28 void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 29 void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 30 void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 54 void glGetUniformuiv(GLuint program, GLint location, GLuint *params); 56 void glUniform1ui(GLint location, GLuint v0); 57 void glUniform2ui(GLint location, GLuint v0, GLuint v1); 58 void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2); [all …]
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.h | 268 static void s_glGetUniformiv(void *self, GLuint program, GLint location , GLint *params); 271 static void s_glGetUniformfv(void *self, GLuint program, GLint location , GLfloat *params); 329 static void s_glUniform1f(void *self , GLint location, GLfloat x); 330 static void s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v); 331 static void s_glUniform1i(void *self , GLint location, GLint x); 332 static void s_glUniform1iv(void *self , GLint location, GLsizei count, const GLint* v); 333 static void s_glUniform2f(void *self , GLint location, GLfloat x, GLfloat y); 334 static void s_glUniform2fv(void *self , GLint location, GLsizei count, const GLfloat* v); 335 static void s_glUniform2i(void *self , GLint location, GLint x, GLint y); 336 static void s_glUniform2iv(void *self , GLint location, GLsizei count, const GLint* v); [all …]
|
D | gl2_entry.cpp | 82 void glGetUniformfv(GLuint program, GLint location, GLfloat* params); 83 void glGetUniformiv(GLuint program, GLint location, GLint* params); 119 void glUniform1f(GLint location, GLfloat x); 120 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v); 121 void glUniform1i(GLint location, GLint x); 122 void glUniform1iv(GLint location, GLsizei count, const GLint* v); 123 void glUniform2f(GLint location, GLfloat x, GLfloat y); 124 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v); 125 void glUniform2i(GLint location, GLint x, GLint y); 126 void glUniform2iv(GLint location, GLsizei count, const GLint* v); [all …]
|
D | GL2Encoder.cpp | 1818 GLint location; in s_glLinkProgram() local 1823 location = ctx->m_glGetUniformLocation_enc(self, program, name); in s_glLinkProgram() 1824 ctx->m_shared->setProgramIndexInfo(program, i, location, size, type, name); in s_glLinkProgram() 1838 void GL2Encoder::s_glGetUniformiv(void *self, GLuint program, GLint location, GLint* params) in s_glGetUniformiv() argument 1844 GLint hostLoc = location; in s_glGetUniformiv() 1848 void GL2Encoder::s_glGetUniformfv(void *self, GLuint program, GLint location, GLfloat* params) in s_glGetUniformfv() argument 1854 GLint hostLoc = location; in s_glGetUniformfv() 2037 void GL2Encoder::s_glUniform1f(void *self , GLint location, GLfloat x) in s_glUniform1f() argument 2040 GLint hostLoc = location; in s_glUniform1f() 2044 void GL2Encoder::s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform1fv() argument [all …]
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl31.h | 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params); 452 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params); 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0); 489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value); 490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0); 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value); 492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1); 493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value); 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1); 495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value); [all …]
|
D | gl3.h | 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params); 452 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params); 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0); 489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value); 490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0); 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value); 492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1); 493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value); 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1); 495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value); [all …]
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 976 typedef void (GL_APIENTRYP PFNGLDRAWBUFFERSINDEXEDEXTPROC) (GLint n, const GLenum *location, const … 980 GL_APICALL void GL_APIENTRY glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *… 1027 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufS… 1028 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufS… 1032 GL_APICALL void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, GL… 1033 GL_APICALL void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GL… 1067 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat v… 1068 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei … 1069 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint v0); 1070 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei … [all …]
|
D | gl2.h | 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params); 452 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params); 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0); 489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value); 490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0); 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value); 492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1); 493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value); 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1); 495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value); [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 75 GL_ENTRY(void, glGetUniformfv, GLuint program, GLint location, GLfloat* params) 76 GL_ENTRY(void, glGetUniformiv, GLuint program, GLint location, GLint* params) 112 GL_ENTRY(void, glUniform1f, GLint location, GLfloat x) 113 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v) 114 GL_ENTRY(void, glUniform1i, GLint location, GLint x) 115 GL_ENTRY(void, glUniform1iv, GLint location, GLsizei count, const GLint* v) 116 GL_ENTRY(void, glUniform2f, GLint location, GLfloat x, GLfloat y) 117 GL_ENTRY(void, glUniform2fv, GLint location, GLsizei count, const GLfloat* v) 118 GL_ENTRY(void, glUniform2i, GLint location, GLint x, GLint y) 119 GL_ENTRY(void, glUniform2iv, GLint location, GLsizei count, const GLint* v) [all …]
|
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 46 #define PLACE_IN(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) type name 47 #define PLACE_IN_NAKED(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) __task type name 48 #define APP_ENTRY _Pragma(PRAGMA_HELPER(location,".internal_app_init",)) __root static const stru… 49 #define APP_ENTRY2 _Pragma(PRAGMA_HELPER(location,".app_init",)) __root static struct AppFuncs
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Android.bp | 21 cmd: "$(location emugen_cuttlefish) " + 31 cmd: "$(location emugen_cuttlefish) " + 46 cmd: "$(location emugen_cuttlefish) " + 56 cmd: "$(location emugen_cuttlefish) " + 71 cmd: "$(location emugen_cuttlefish) " + 81 cmd: "$(location emugen_cuttlefish) " +
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 136 void GLClientState::enable(int location, int state) in enable() argument 138 m_currVaoState[location].enableDirty |= (state != m_currVaoState[location].enabled); in enable() 139 m_currVaoState[location].enabled = state; in enable() 141 m_attribEnableCache |= (1 << location); in enable() 144 m_attribEnableCache &= ~(1 << location); in enable() 148 void GLClientState::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized,… in setVertexAttribState() argument 150 m_currVaoState[location].size = size; in setVertexAttribState() 151 m_currVaoState[location].type = type; in setVertexAttribState() 152 m_currVaoState[location].stride = stride; in setVertexAttribState() 153 m_currVaoState[location].data = (void*)data; in setVertexAttribState() [all …]
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 174 location = os.path.join(args.outdir, module['path'], 'CMakeLists.txt') 177 if location not in cmake: 179 cmake[location] = [] 180 cmake[location].extend(generate_module(module))
|