Searched defs:uint_data (Results 1 - 3 of 3) sorted by relevance

/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp299 unsigned int uint_data; member in struct:Provider
318 IPC::WriteParam(nullptr, p.uint_data); // OK
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp4896 GLuint* uint_data = (GLuint*)(float_data + (n_vec4_varyings)*4); local
4897 GLuint array_length = uint_data[0];
H A Dgl4cShadingLanguage420PackTests.cpp4538 static const GLuint uint_data[4] = { 1u, 1u, 1u, 1u }; local
4557 program.uniform("uni_left", Utils::UINT, test_case.m_n_cols, test_case.m_n_rows, uint_data);
4558 program.uniform("uni_right", Utils::UINT, test_case.m_n_cols, test_case.m_n_rows, uint_data);
15307 static const GLuint uint_data[4] = { uint_value, uint_value, uint_value, uint_value }; local
15325 program.uniform("uni_variable", Utils::UINT, 1 /* columns */, test_case.m_n_rows, uint_data);
15354 static const GLuint uint_data[4] = { uint_value, uint_value, uint_value, uint_value }; local
15385 data_ptr = (GLvoid*)uint_data;
15386 data_size = sizeof(uint_data);

Completed in 189 milliseconds