OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRAPHICS_BACKEND
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Makefile
8
ifeq ($(
GRAPHICS_BACKEND
), OPENGLES)
12
else ifeq ($(
GRAPHICS_BACKEND
), OPENGL)
17
$(error
GRAPHICS_BACKEND
has to be either OPENGL or OPENGLES)
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Makefile
15
ifeq ($(
GRAPHICS_BACKEND
), OPENGL)
19
else ifeq ($(
GRAPHICS_BACKEND
), OPENGLES)
31
$(error
GRAPHICS_BACKEND
has to be either OPENGL or OPENGLES)
/external/autotest/client/deps/glbench/src/
Makefile
9
ifeq ($(
GRAPHICS_BACKEND
),OPENGLES)
Completed in 120 milliseconds