Searched refs:FormatInfo (Results 1 – 6 of 6) sorted by relevance
140 class FormatInfo class144 FormatInfo();145 FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment);240 std::string getComputeShaderCode(FormatInfo& info) const;241 std::string getFragmentShaderCode(FormatInfo& info) const;242 std::string getVertexShaderCode(FormatInfo& info) const;244 void fillInputData(glw::GLubyte* buffer, glw::GLuint offset, FormatInfo& info);245 void fillOutputData(glw::GLubyte* buffer, FormatInfo& info);248 bool checkResult(FormatInfo& info, const char* phase, bool transformFeedback);268 std::map<glw::GLenum, FormatInfo> m_configurations;
45 FormatInfo::FormatInfo() in FormatInfo() function in glcts::FormatInfo63 FormatInfo::FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment) in FormatInfo() function in glcts::FormatInfo79 void FormatInfo::configure() in configure()546 glw::GLuint FormatInfo::countAlignedSize(glw::GLuint offsetAlignment, glw::GLuint totalSize) in countAlignedSize()644 m_configurations[formats[i]] = FormatInfo(formats[i], m_texture_buffer_offset_alignment); in initTest()652 …for (std::map<glw::GLenum, FormatInfo>::iterator it = m_configurations.begin(); it != m_configurat… in initTest()654 FormatInfo& info = it->second; in initTest()676 std::string TextureBufferTextureBufferRange::getComputeShaderCode(FormatInfo& info) const in getComputeShaderCode()716 std::string TextureBufferTextureBufferRange::getFragmentShaderCode(FormatInfo& info) const in getFragmentShaderCode()739 std::string TextureBufferTextureBufferRange::getVertexShaderCode(FormatInfo& info) const in getVertexShaderCode()[all …]
44 union FormatInfo union236 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo)); in Win32NumberFormat()247 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo))) in Win32NumberFormat()387 FormatInfo formatInfo; in format()
36 union FormatInfo;155 FormatInfo *fFormatInfo;
78 struct FormatInfo struct101 static const FormatInfo testedFormats[] = {506 const FormatInfo* findFormat(GLenum internalformat) const;568 const FormatInfo* TestClampModeForInternalFormat::findFormat(GLenum internalformat) const in findFormat()600 const FormatInfo* testedFormat = findFormat(internalformat); in fillTextureWithColor()749 const FormatInfo* testedFormat = findFormat(internalformat); in verifyClampToEdge()842 const FormatInfo* testedFormat = findFormat(internalformat); in verifyRepeat()925 const FormatInfo* testedFormat = findFormat(internalformat); in verifyMirroredRepeat()1365 const FormatInfo& formatInfo = testedFormats[formatIndex]; in init()
META-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...