Home
last modified time | relevance | path

Searched refs:test_ptr (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp3191 * @param test_ptr Test run descriptor. Must not be NULL.
3194 void TessellationShaderTCTEgl_TessLevel::deinitTestDescriptor(_test_descriptor* test_ptr) in deinitTestDescriptor() argument
3202 if (test_ptr->fs_id != 0) in deinitTestDescriptor()
3204 gl.deleteShader(test_ptr->fs_id); in deinitTestDescriptor()
3206 test_ptr->fs_id = 0; in deinitTestDescriptor()
3209 if (test_ptr->po_id != 0) in deinitTestDescriptor()
3211 gl.deleteProgram(test_ptr->po_id); in deinitTestDescriptor()
3213 test_ptr->po_id = 0; in deinitTestDescriptor()
3216 if (test_ptr->tcs_id != 0) in deinitTestDescriptor()
3218 gl.deleteShader(test_ptr in deinitTestDescriptor()
3757 deinitTestDescriptor(_test_descriptor* test_ptr) deinitTestDescriptor() argument
[all...]
H A DesextcTessellationShaderTCTE.hpp421 void deinitTestDescriptor(_test_descriptor* test_ptr);
499 void deinitTestDescriptor(_test_descriptor* test_ptr);
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c632 static int (*(test_ptr)[]) () = {test1, test2, test3, test4, test5, test6}; variable
638 rc = test_ptr[i](); in run_test()
727 for (i = 0; i < ARRAY_SIZE(test_ptr); i++) in main()
730 if (test_num > (int)ARRAY_SIZE(test_ptr)) { in main()
/third_party/node/test/internet/
H A Dtest-dns-any.js157 TEST(async function test_ptr(done) {
/third_party/openssl/test/
H A Dtestutil.h341 int test_ptr(const char *file, int line, const char *s, const void *p);
494 # define TEST_ptr(a) test_ptr(__FILE__, __LINE__, #a, a)
H A Dendecode_test.c30 #define TEST_FL_ptr(a) test_ptr(file, line, #a, a)
/third_party/openssl/test/testutil/
H A Dtests.c252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr() function

Completed in 11 milliseconds