Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp600 const FormatInfo* testedFormat = findFormat(internalformat); in fillTextureWithColor() local
601 const GLubyte* red = testedFormat->internalred; in fillTextureWithColor()
602 const GLubyte* green = testedFormat->internalgreen; in fillTextureWithColor()
603 const GLubyte* blue = testedFormat->internalblue; in fillTextureWithColor()
604 const GLubyte* white = testedFormat->internalwhite; in fillTextureWithColor()
605 const GLsizei size = testedFormat->pixelSize; in fillTextureWithColor()
749 const FormatInfo* testedFormat = findFormat(internalformat); in verifyClampToEdge() local
750 const GLubyte* red = testedFormat->RGBAred; in verifyClampToEdge()
751 const GLubyte* green = testedFormat->RGBAgreen; in verifyClampToEdge()
752 const GLubyte* blue = testedFormat->RGBAblue; in verifyClampToEdge()
[all …]