Searched refs:testedFormat (Results 1 – 1 of 1) sorted by relevance
600 const FormatInfo* testedFormat = findFormat(internalformat); in fillTextureWithColor() local601 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() local750 const GLubyte* red = testedFormat->RGBAred; in verifyClampToEdge()751 const GLubyte* green = testedFormat->RGBAgreen; in verifyClampToEdge()752 const GLubyte* blue = testedFormat->RGBAblue; in verifyClampToEdge()[all …]