Merge "Hardware Composer Stress Test"
This commit is contained in:
committed by
Android (Google) Code Review
commit
883ad9e260
27
opengl/tests/hwc/Android.mk
Normal file
27
opengl/tests/hwc/Android.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES:= hwc_stress.cpp
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libcutils \
|
||||
libEGL \
|
||||
libGLESv2 \
|
||||
libui \
|
||||
libhardware \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libtestUtil \
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
system/extras/tests/include \
|
||||
hardware/libhardware/include \
|
||||
|
||||
LOCAL_MODULE:= hwc_stress
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativestresstest
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
|
||||
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
1193
opengl/tests/hwc/hwc_stress.cpp
Normal file
1193
opengl/tests/hwc/hwc_stress.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user