Searched refs:verifyXFBData (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp371 bool verifyXFBData(const void* xfb_data, const Utils::_variable_type& variable_type);
602 void verifyXFBData(const glw::GLvoid* data_ptr);
1016 void verifyXFBData(const glw::GLvoid* data, glw::GLuint bool_operator1_subroutine_location,
H A Dgl4cGPUShaderFP64Tests.hpp1067 bool verifyXFBData(const unsigned char* data_ptr, const _test_case& test_case);
1474 bool verifyXFBData(const _test_case& test_case, const unsigned char* xfb_data);
H A Dgl4cVertexAttrib64BitTest.cpp3113 bool verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor);
3415 result = verifyXFBData(pXFBData, draw_call, instanced, zero_vertex_attrib_divisor);
3832 bool VAOTest::verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, function in class:VertexAttrib64Bit::VAOTest
H A Dgl4cShaderSubroutineTests.cpp2280 result &= verifyXFBData(xfb_data_ptr, test_case.variable_type);
2629 bool FunctionalTest1_2::verifyXFBData(const void* xfb_data, const Utils::_variable_type& variable_type) function in class:gl4cts::ShaderSubroutine::FunctionalTest1_2
5090 verifyXFBData(xfb_data_ptr);
5113 void FunctionalTest9::verifyXFBData(const glw::GLvoid* data_ptr) function in class:gl4cts::ShaderSubroutine::FunctionalTest9
9481 verifyXFBData(xfb_data_ptr, bool_operator1_subroutine_location, bool_operator2_subroutine_location,
9749 void FunctionalTest18_19::verifyXFBData(const glw::GLvoid* data, glw::GLuint bool_operator1_subroutine_location, function in class:gl4cts::ShaderSubroutine::FunctionalTest18_19
H A Dgl4cGPUShaderFP64Tests.cpp7420 result &= verifyXFBData((const unsigned char*)xfb_data_ptr, test_case);
7970 bool GPUShaderFP64Test5::verifyXFBData(const unsigned char* data_ptr, const _test_case& test_case) function in class:gl4cts::GPUShaderFP64Test5
11125 result = verifyXFBData(test_case, (const unsigned char*)xfb_data_ptr);
11732 bool GPUShaderFP64Test9::verifyXFBData(const _test_case& test_case, const unsigned char* xfb_data) function in class:gl4cts::GPUShaderFP64Test9

Completed in 2556 milliseconds