Searched refs:initFBOWithProgramAndDepth (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | BlitFramebufferANGLETest.cpp | 1665 void initFBOWithProgramAndDepth(GLFramebuffer *fbo, in initFBOWithProgramAndDepth() function in __anon295ee6120111::BlitFramebufferTest 3011 initFBOWithProgramAndDepth(&srcFBO, &srcColorRB, GL_RGBA8, &srcDepthRB, GL_DEPTH24_STENCIL8_OES, in TEST_P() 3016 initFBOWithProgramAndDepth(nullptr, nullptr, 0, nullptr, 0, kWidth, kHeight, drawGreen, 0.7f); in TEST_P() 3064 initFBOWithProgramAndDepth(&srcFBO, &srcColorRB, GL_RGBA8, &srcDepthRB, GL_DEPTH24_STENCIL8_OES, in TEST_P() 3069 initFBOWithProgramAndDepth(nullptr, nullptr, 0, nullptr, 0, kWidth, kHeight, drawGreen, 0.7f); in TEST_P()
|