HomeSort by relevance Sort by last modified time
    Searched full:_variable_type (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.hpp 76 enum _variable_type enum in class:gl4cts::Utils
122 static _variable_type getBaseVariableType(_variable_type type);
123 static unsigned int getBaseVariableTypeComponentSize(_variable_type type);
126 static _variable_type getDoubleVariableType(glw::GLuint n_columns, glw::GLuint n_rows);
128 static std::string getFPVariableTypeStringForVariableType(_variable_type type);
129 static glw::GLenum getGLDataTypeOfBaseVariableType(_variable_type type);
130 static glw::GLenum getGLDataTypeOfVariableType(_variable_type type);
132 static _variable_type getIntVariableType(glw::GLuint n_columns, glw::GLuint n_rows);
134 static unsigned int getNumberOfColumnsForVariableType(_variable_type type)
    [all...]
gl4cGPUShaderFP64Tests.cpp 348 Utils::_variable_type Utils::getBaseVariableType(_variable_type type)
350 _variable_type result = VARIABLE_TYPE_UNKNOWN;
434 unsigned int Utils::getBaseVariableTypeComponentSize(_variable_type type)
501 /** Get _variable_type representing double-precision type with given dimmensions
506 * @return Corresponding _variable_type
508 Utils::_variable_type Utils::getDoubleVariableType(glw::GLuint n_columns, glw::GLuint n_rows)
510 Utils::_variable_type type = VARIABLE_TYPE_UNKNOWN;
512 static const _variable_type types[4][4] = {
532 std::string Utils::getFPVariableTypeStringForVariableType(_variable_type type
    [all...]
gl3cGPUShader5Tests.hpp 45 enum _variable_type enum in class:gl3cts::Utils
76 void setUniform(Utils::_variable_type type, const glw::GLchar* name, const glw::GLvoid* data);
164 Utils::_variable_type m_source_variable_type;
289 const Utils::_variable_type m_type;
gl4cShaderSubroutineTests.hpp 209 enum _variable_type enum in class:gl4cts::ShaderSubroutine::Utils
252 static _variable_type getBaseVariableType(const _variable_type& variable_type);
254 static unsigned int getComponentSizeForVariableType(const _variable_type& variable_type);
258 static unsigned int getNumberOfComponentsForVariableType(const _variable_type& variable_type);
264 static _variable_type getVariableTypeFromProperties(const _variable_type& base_variable_type,
267 static std::string getVariableTypeGLSLString(const _variable_type& variable_type);
357 Utils::_variable_type variable_type;
367 std::string getVertexShaderBody(const Utils::_variable_type& variable_type, unsigned int array_size)
    [all...]
gl4cShaderSubroutineTests.cpp 975 Utils::_variable_type Utils::getBaseVariableType(const _variable_type& variable_type)
977 _variable_type result = VARIABLE_TYPE_UNKNOWN;
1056 unsigned int Utils::getComponentSizeForVariableType(const _variable_type& variable_type)
1058 _variable_type base_variable_type = getBaseVariableType(variable_type);
1132 unsigned int Utils::getNumberOfComponentsForVariableType(const _variable_type& variable_type)
    [all...]
gl3cGPUShader5Tests.cpp 241 void Utils::programInfo::setUniform(Utils::_variable_type type, const glw::GLchar* name, const glw::GLvoid* data)
    [all...]

Completed in 1412 milliseconds