Home
last modified time | relevance | path

Searched refs:test_context (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
DMakefile10 default: test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
12 test_context: test_context.o testlib.o target
31 $(RM) -rf *.o test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
D.gitignore1 test_context
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
DMakefile10 default: test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
12 test_context: test_context.o testlib.o target
31 $(RM) -rf *.o test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
D.gitignore1 test_context
/external/chromium_org/v8/test/mjsunit/compiler/
Dregress-deopt-call-as-function.js32 function test_context() { function
40 assertEquals(0x7fffffff + 42, test_context());
Dinline-construct.js65 function test_context(constructor, val, deopt, counter) { function
79 TestInlinedConstructor(constructor, test_context);
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc12 TestGLES2Interface::TestGLES2Interface(TestWebGraphicsContext3D* test_context) in TestGLES2Interface() argument
13 : test_context_(test_context) { in TestGLES2Interface()
Dtest_gles2_interface.h15 explicit TestGLES2Interface(TestWebGraphicsContext3D* test_context);
/external/chromium_org/v8/src/
Dhydrogen.h903 TestContext* test_context() { return test_context_; } in test_context() function
2186 return function_state()->test_context(); in inlined_test_context()