/device/google/contexthub/firmware/src/ |
D | syscall.c | 79 bool syscallAddFunc(uint32_t path, SyscallFunc func) in syscallAddFunc()
|
D | hostIntf.c | 159 const char *func; member 206 …c void hostIntfDeferErrLog(enum LogLevel level, enum hostIntfIntErrReason reason, const char *func) in hostIntfDeferErrLog()
|
D | sensors.c | 210 #define INVOKE_AS_OWNER_AND_RETURN(func, ...) \ argument
|
/device/google/contexthub/firmware/inc/ |
D | syscall.h | 64 SyscallFunc func; member
|
D | isr.h | 37 bool (*func)(struct ChainedIsr *); member
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
D | i2c.h | 33 enum StmGpioAltFunc func; member
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 56 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 251 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() 366 void glDepthFunc(GLenum func) in glDepthFunc() 691 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() 846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES()
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | bl.c | 380 FlashEraseF func; in blEraseSectors() local 407 FlashWriteF func; in blWriteBytes() local
|
D | spi.c | 118 …ne struct Gpio *stmSpiGpioInit(uint32_t gpioNum, enum StmGpioSpeed speed, enum StmGpioAltFunc func) in stmSpiGpioInit()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 309 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 543 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() 677 void glDepthFunc(GLenum func) in glDepthFunc() 1069 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() 1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES()
|
D | gl_enc.cpp | 21 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc() 1147 void glAlphaFuncx_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncx_enc() 1737 void glDepthFunc_enc(void *self , GLenum func) in glDepthFunc_enc() 3539 void glStencilFunc_enc(void *self , GLenum func, GLint ref, GLuint mask) in glStencilFunc_enc() 4877 void glAlphaFuncxOES_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncxOES_enc()
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 434 void glDepthFunc(GLenum func) in glDepthFunc() 828 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() 834 void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in glStencilFuncSeparate()
|
D | gl2_enc.cpp | 1015 void glDepthFunc_enc(void *self , GLenum func) in glDepthFunc_enc() 3074 void glStencilFunc_enc(void *self , GLenum func, GLint ref, GLuint mask) in glStencilFunc_enc() 3101 void glStencilFuncSeparate_enc(void *self , GLenum face, GLenum func, GLint ref, GLuint mask) in glStencilFuncSeparate_enc()
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 409 looper_add( Looper* l, int fd, EventFunc func, void* user ) in looper_add()
|