OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_with_prefix
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
utils.cpp
27
std::string
string_with_prefix
= prefix + shader_string;
local
28
const char* shader_str[] = {
string_with_prefix
.data() };
shadertoy_shader.cpp
26
std::string
string_with_prefix
= prefix + shader_string;
local
27
const char* shader_str[] = {
string_with_prefix
.data() };
Completed in 224 milliseconds