Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd/server_command/
Dload_configs.cpp148 Json::Value ParseArgsToJson(const std::vector<std::string>& strings) { in ParseArgsToJson()
191 bool ValidateArgsFormat(const std::vector<std::string>& strings) { in ValidateArgsFormat()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp1002 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings()
1022 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen()
/device/generic/goldfish-opengl/android-emu/aemu/base/files/
DStreamSerializing.cpp39 void saveStringArray(Stream* stream, const char* const* strings, uint32_t count) { in saveStringArray()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DShaderParser.cpp137 void ShaderParser::setSrc(GLsizei count, const GLchar* const* strings, const GLint* length){ in setSrc()
DANGLEShaderParser.cpp346 static int detectShaderESSLVersion(const char* const* strings) { in detectShaderESSLVersion()
DGLESv31Imp.cpp101 …CALL GLuint GL_APIENTRY glCreateShaderProgramv(GLenum type, GLsizei count, const char ** strings) { in glCreateShaderProgramv()
/device/generic/vulkan-cereal/gl-host-common/
Dopengles.cpp325 const gfxstream::Renderer::HardwareStrings strings = sRenderer->getHardwareStrings(); in android_getOpenglesHardwareStrings() local
/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc63 const std::vector<std::string>& strings) { in SlistFromStrings()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3166 const char** strings = (const char**)data;; local
3197 const char** strings = (const char**)data;; local
3228 const char **strings = (const char **)data; local
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp2590 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char** strings) in glCreateShaderProgramv()
DGL2Encoder.cpp5567 …der::s_glCreateShaderProgramv(void* self, GLenum shaderType, GLsizei count, const char** strings) { in s_glCreateShaderProgramv()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10787 char **strings = (char **) response; in onUssdInd() local
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto7807 repeated InternedString strings = 1; field