Searched refs:m_po_bvec2_uniform_location (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 261 glw::GLint m_po_bvec2_uniform_location; member in gl4cts::GPUShaderFP64Test1
|
D | gl4cGPUShaderFP64Tests.cpp | 1591 , m_po_bvec2_uniform_location(0) in GPUShaderFP64Test1() 1762 else if (location == m_po_bvec2_uniform_location) in getUniformNameForLocation() 2022 m_po_bvec2_uniform_location = gl.getUniformLocation(m_po_id, "uniform_bvec2"); in initTest() 2081 m_po_bvec2_arr_uniform_location == -1 || m_po_bvec2_uniform_location == -1 || in initTest() 2255 m_po_bvec2_arr_uniform_location, m_po_bvec2_uniform_location, in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2466 m_po_bool_uniform_location, m_po_bvec2_uniform_location, m_po_bvec3_uniform_location, in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2581 m_po_bvec2_uniform_location, m_po_bvec3_arr_uniform_location, m_po_bvec3_uniform_location, in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 3051 …::GLint nondouble_uniform_locations[] = { m_po_bool_uniform_location, m_po_bvec2_uniform_location, in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
|