OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENGLES
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Makefile
8
ifeq ($(GRAPHICS_BACKEND),
OPENGLES
)
17
$(error GRAPHICS_BACKEND has to be either OPENGL or
OPENGLES
)
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Makefile
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
)
12
USE_GLES = $(filter
opengles
, $(USE))
Completed in 271 milliseconds