Searched refs:logComment (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboApiTests.cpp | 54 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment() function 246 logComment(testCtx, "Attaching 2D texture to default framebuffer"); in attachToDefaultFramebufferTest() 253 logComment(testCtx, "Attaching renderbuffer to default framebuffer"); in attachToDefaultFramebufferTest() 265 logComment(testCtx, "Attaching 2D texture using GL_TEXTURE_CUBE_MAP_NEGATIVE_X texture target"); in invalidTex2DAttachmentTest() 272 logComment(testCtx, "Attaching deleted 2D texture object"); in invalidTex2DAttachmentTest() 282 logComment(testCtx, "Attaching cube texture using GL_TEXTURE_2D texture target"); in invalidTexCubeAttachmentTest() 288 logComment(testCtx, "Attaching deleted cube texture object"); in invalidTexCubeAttachmentTest() 298 logComment(testCtx, "Attaching renderbuffer using GL_FRAMEBUFFER renderbuffer target"); in invalidRboAttachmentTest() 304 logComment(testCtx, "Attaching deleted renderbuffer object"); in invalidRboAttachmentTest() 318 logComment(testCtx, "Attaching allocated texture name to 2D target"); in attachNamesTest() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 58 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment() function 270 logComment(testCtx, "Attaching 2D texture to default framebuffer"); in attachToDefaultFramebufferTest() 277 logComment(testCtx, "Attaching renderbuffer to default framebuffer"); in attachToDefaultFramebufferTest() 289 logComment(testCtx, "Attaching 2D texture using GL_TEXTURE_CUBE_MAP_NEGATIVE_X texture target"); in invalidTex2DAttachmentTest() 296 logComment(testCtx, "Attaching deleted 2D texture object"); in invalidTex2DAttachmentTest() 306 logComment(testCtx, "Attaching cube texture using GL_TEXTURE_2D texture target"); in invalidTexCubeAttachmentTest() 312 logComment(testCtx, "Attaching deleted cube texture object"); in invalidTexCubeAttachmentTest() 322 logComment(testCtx, "Attaching renderbuffer using GL_FRAMEBUFFER renderbuffer target"); in invalidRboAttachmentTest() 328 logComment(testCtx, "Attaching deleted renderbuffer object"); in invalidRboAttachmentTest() 342 logComment(testCtx, "Attaching allocated texture name to 2D target"); in attachNamesTest() [all …]
|