Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultithreadingTest.cpp1892 GLProgram framebufferFetchProgram; in testFramebufferFetch() local
1945 glUseProgram(framebufferFetchProgram); in testFramebufferFetch()
1946 GLint colorLocation = glGetUniformLocation(framebufferFetchProgram, "u_color"); in testFramebufferFetch()
1948 drawQuad(framebufferFetchProgram, essl1_shaders::PositionAttrib(), 0.0f); in testFramebufferFetch()
1968 framebufferFetchProgram.makeRaster(essl3_shaders::vs::Simple(), kFS); in testFramebufferFetch()
1969 glUseProgram(framebufferFetchProgram); in testFramebufferFetch()
1980 glUseProgram(framebufferFetchProgram); in testFramebufferFetch()
1981 GLint colorLocation = glGetUniformLocation(framebufferFetchProgram, "u_color"); in testFramebufferFetch()
1983 drawQuad(framebufferFetchProgram, essl1_shaders::PositionAttrib(), 0.0f); in testFramebufferFetch()