OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gFragmentTests
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/tests/gl_perf/
fragment_shaders.cpp
126
static FragmentTest *
gFragmentTests
[] = {
139
static const size_t gFragmentTestCount = sizeof(
gFragmentTests
) / sizeof(
gFragmentTests
[0]);
filltest.cpp
47
if (
gFragmentTests
[num]->texCount) {
fill_common.cpp
268
const char *pgmTxt =
gFragmentTests
[pgmNum]->txt;
294
sprintf(gCurrentTestName, "%s, %i, %i, 1",
gFragmentTests
[pgmNum]->name, pgmNum, tex);
Completed in 132 milliseconds