Searched defs:ref (Results 1 – 12 of 12) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | Exif.cpp | 351 const char* ref = floatValue < 0.0f ? "S" : "N"; in createExifData() local 361 const char* ref = floatValue < 0.0f ? "W" : "E"; in createExifData() local 372 uint8_t ref = floatValue < 0.0f ? 1 : 0; in createExifData() local
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/ |
D | foo_entry.cpp | 24 void fooAlphaFunc(FooInt func, FooFloat ref) in fooAlphaFunc()
|
D | foo_enc.cpp | 22 void fooAlphaFunc_enc(void *self , FooInt func, FooFloat ref) in fooAlphaFunc_enc()
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/ |
D | foo_wrapper_entry.cpp | 24 void fooAlphaFunc(FooInt func, FooFloat ref) in fooAlphaFunc()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sms_service.cpp | 321 int ref = message_reference_; in HandleSendSMSPDU() local
|
/device/generic/goldfish/camera/ |
D | Exif.cpp | 410 const char* ref = entry.data.d[0] < 0.0f ? "S" : "N"; in createExifDataCommon() local
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | ApiGen.cpp | 1468 EntryPoint ref; in readSpec() local
|
/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() 691 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() 846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES()
|
/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() 1069 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() 1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES()
|
D | gl_enc.cpp | 22 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc() 1160 void glAlphaFuncx_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncx_enc() 3586 void glStencilFunc_enc(void *self , GLenum func, GLint ref, GLuint mask) in glStencilFunc_enc() 4928 void glAlphaFuncxOES_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncxOES_enc()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 1051 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() 1057 void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in glStencilFuncSeparate()
|
D | gl2_enc.cpp | 3153 void glStencilFunc_enc(void *self , GLenum func, GLint ref, GLuint mask) in glStencilFunc_enc() 3180 void glStencilFuncSeparate_enc(void *self , GLenum face, GLenum func, GLint ref, GLuint mask) in glStencilFuncSeparate_enc()
|