Searched refs:logComment (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 59 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment() function 271 logComment(testCtx, "Attaching 2D texture to default framebuffer"); in attachToDefaultFramebufferTest() 278 logComment(testCtx, "Attaching renderbuffer to default framebuffer"); in attachToDefaultFramebufferTest() 290 logComment(testCtx, "Attaching 2D texture using GL_TEXTURE_CUBE_MAP_NEGATIVE_X texture target"); in invalidTex2DAttachmentTest() 297 logComment(testCtx, "Attaching deleted 2D texture object"); in invalidTex2DAttachmentTest() 307 logComment(testCtx, "Attaching cube texture using GL_TEXTURE_2D texture target"); in invalidTexCubeAttachmentTest() 313 logComment(testCtx, "Attaching deleted cube texture object"); in invalidTexCubeAttachmentTest() 323 logComment(testCtx, "Attaching renderbuffer using GL_FRAMEBUFFER renderbuffer target"); in invalidRboAttachmentTest() 329 logComment(testCtx, "Attaching deleted renderbuffer object"); in invalidRboAttachmentTest() 343 logComment(testCtx, "Attaching allocated texture name to 2D target"); in attachNamesTest() [all …]
|