Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp516 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings()
536 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dhash.c63 static char *strings = NULL; variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
Dsym.c124 static char *strings; variable
/device/generic/goldfish/camera/
DCallbackNotifier.cpp61 static int GetMessageStrings(uint32_t msg, const char** strings, int max) in GetMessageStrings()
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/
DCoreboot.h139 UINT8 strings[0]; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c72 PyObject *strings; /* dict on marshal, list on unmarshal */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c72 PyObject *strings; /* dict on marshal, list on unmarshal */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c71 PyObject *strings; /* dict on marshal, list on unmarshal */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py2272 def interesting(strings): argument
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp2562 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char** strings) in glCreateShaderProgramv()
DGL2Encoder.cpp4361 …L2Encoder::s_glCreateShaderProgramv(void* self, GLenum type, GLsizei count, const char** strings) { in s_glCreateShaderProgramv()