Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotPixelOperations_unittest.cpp37 struct GlBlendFunc { struct
54 typedef std::array<GlBlendFunc, kTestMaxDrawBuffers> GlBlendFuncArray;
91 static const GlBlendFunc kGLES2TestBlendFuncs[] = {
290 : public SnapshotSetValueTest<GlBlendFunc>,
291 public ::testing::WithParamInterface<GlBlendFunc> {
292 void stateCheck(GlBlendFunc expected) { in stateCheck()
301 GlBlendFunc target = *m_changed_value; in stateChange()
308 GlBlendFunc defaultBlendFunc = {.srcRGB = GL_ONE, in TEST_P()