Home
last modified time | relevance | path

Searched refs:m_po_dvec4_uniform_location (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp1621 , m_po_dvec4_uniform_location(0) in GPUShaderFP64Test1()
1822 else if (location == m_po_dvec4_uniform_location) in getUniformNameForLocation()
2052 m_po_dvec4_uniform_location = gl.getUniformLocation(m_po_id, "uniform_dvec4"); in initTest()
2096 m_po_dvec4_arr_uniform_location == -1 || m_po_dvec4_uniform_location == -1 || in initTest()
2471 m_po_dvec3_uniform_location, m_po_dvec4_uniform_location, m_po_float_uniform_location, in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount()
2591 m_po_dvec4_uniform_location, m_po_float_arr_uniform_location, m_po_float_uniform_location, in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2815 m_po_dvec4_uniform_location }; in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
2846 ((uniform_location == m_po_dvec4_uniform_location) && in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
2974 (int)UNIFORM_FUNCTION_1D, m_po_dvec4_uniform_location, 0, (int)UNIFORM_FUNCTION_1DV, in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
2975 m_po_dvec4_uniform_location, 2, (int)UNIFORM_FUNCTION_2D, m_po_dvec4_uniform_location, 0, in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
[all …]
Dgl4cGPUShaderFP64Tests.hpp291 glw::GLint m_po_dvec4_uniform_location; member in gl4cts::GPUShaderFP64Test1