Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFramebufferFetchTest.cpp2955 GLProgram fetchProgram; in TEST_P() local
2956 fetchProgram.makeRaster(kVS, kFetchFS); in TEST_P()
2957 GLint fetchPositionLocation = glGetAttribLocation(fetchProgram, "a_position"); in TEST_P()
2958 GLint fetchColorLocation = glGetUniformLocation(fetchProgram, "u_color"); in TEST_P()
2991 glUseProgram(fetchProgram); in TEST_P()
3014 GLProgram fetchProgram; in TEST_P() local
3015 fetchProgram.makeRaster(k310VS, getFragmentShader(GLSL310_1ATTACHMENT)); in TEST_P()
3016 GLint positionLocation = glGetAttribLocation(fetchProgram, "a_position"); in TEST_P()
3017 GLint colorLocation = glGetUniformLocation(fetchProgram, "u_color"); in TEST_P()
3076 glUseProgram(fetchProgram); in TEST_P()
[all …]
H A DTextureMultisampleTest.cpp580 ANGLE_GL_PROGRAM(fetchProgram, essl3_shaders::vs::Passthrough(), in TEST_P()
582 glUseProgram(fetchProgram); in TEST_P()
583 const GLint sampleLocation = glGetUniformLocation(fetchProgram, "sampleNum"); in TEST_P()
636 drawQuad(fetchProgram, essl3_shaders::PositionAttrib(), 0.0f); in TEST_P()
640 drawQuad(fetchProgram, essl3_shaders::PositionAttrib(), 0.0f); in TEST_P()
644 drawQuad(fetchProgram, essl3_shaders::PositionAttrib(), 0.0f); in TEST_P()
648 drawQuad(fetchProgram, essl3_shaders::PositionAttrib(), 0.0f); in TEST_P()