Home
last modified time | relevance | path

Searched defs:stateCheck (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotFramebufferControl_unittest.cpp25 void stateCheck(std::vector<GLboolean> expected) override { in stateCheck() function in gfxstream::gl::__anonb5f8f2150111::SnapshotGlColorMaskTest
40 void stateCheck(GLboolean expected) override { in stateCheck() function in gfxstream::gl::__anonb5f8f2150111::SnapshotGlDepthMaskTest
53 void stateCheck(GLuint expected) override { in stateCheck() function in gfxstream::gl::__anonb5f8f2150111::SnapshotGlStencilWriteMaskTest
73 void stateCheck(std::vector<GLclampf> expected) override { in stateCheck() function in gfxstream::gl::__anonb5f8f2150111::SnapshotGlColorClearValueTest
88 void stateCheck(GLclampf expected) override { in stateCheck() function in gfxstream::gl::__anonb5f8f2150111::SnapshotGlDepthClearValueTest
100 void stateCheck(GLint expected) override { in stateCheck() function in gfxstream::gl::__anonb5f8f2150111::SnapshotGlStencilClearValueTest
DGLSnapshotRasterization_unittest.cpp29 void stateCheck(GLfloat expected) override { in stateCheck() function in gfxstream::gl::__anon997fb11e0111::SnapshotGlLineWidthTest
54 void stateCheck(GLenum expected) override { in stateCheck() function in gfxstream::gl::__anon997fb11e0111::SnapshotGlCullFaceTest
71 void stateCheck(GLenum expected) override { in stateCheck() function in gfxstream::gl::__anon997fb11e0111::SnapshotGlFrontFaceTest
88 void stateCheck(GLfloat* expected) override { in stateCheck() function in gfxstream::gl::__anon997fb11e0111::SnapshotGlPolygonOffsetTest
DGLSnapshotPixelOperations_unittest.cpp103 void stateCheck(std::vector<GLint> expected) override { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlScissorBoxTest
130 void stateCheck(GlStencilFunc expected) override { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlStencilConditionsTest
192 void stateCheck(GlStencilOp expected) override { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlStencilConsequenceTest
255 void stateCheck(GLenum expected) override { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlDepthFuncTest
273 void stateCheck(GLenum expected) override { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlBlendEquationTest
292 void stateCheck(GlBlendFunc expected) { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlBlendFuncTest
324 void stateCheck(GlWriteMaskArray expected) { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlWriteMaskiTest
372 void stateCheck(GlBlendFuncArray expected) { in stateCheck() function in gfxstream::gl::__anonc0f217350111::SnapshotGlBlendFunciTest
DGLSnapshotVertexAttributes_unittest.cpp59 virtual void stateCheck(GlVertexAttrib expected) override { in stateCheck() function in gfxstream::gl::__anona64a51940111::SnapshotGlVertexAttributesTest
132 void stateCheck(GlVertexAttrib expected) override { in stateCheck() function in gfxstream::gl::__anona64a51940111::SnapshotGlVertexAttribSingleValueTest
199 virtual void stateCheck(GlVertexAttrib expected) override { in stateCheck() function in gfxstream::gl::__anona64a51940111::SnapshotGlVertexAttribArrayTest
232 void stateCheck(GlVertexAttrib expected) override { in stateCheck() function in gfxstream::gl::__anona64a51940111::SnapshotGlVertexAttribBufferTest
DGLSnapshotPixels_unittest.cpp26 void stateCheck(GLuint expected) override { in stateCheck() function in gfxstream::gl::__anondcc470840111::SnapshotGlUnpackAlignmentTest
46 void stateCheck(GLuint expected) override { in stateCheck() function in gfxstream::gl::__anondcc470840111::SnapshotGlPackAlignmentTest
DGLSnapshotMultisampling_unittest.cpp36 void stateCheck(GlSampleCoverage expected) { in stateCheck() function in gfxstream::gl::__anon5137dcd50111::SnapshotGlSampleCoverageTest
DGLSnapshotTransformation_unittest.cpp60 void stateCheck(std::vector<GLclampf> expected) override { in stateCheck() function in gfxstream::gl::__anon8ebc3c860111::SnapshotGlDepthRangeTest
DGLSnapshot_unittest.cpp66 void stateCheck(GLenum expected) override { in stateCheck() function in gfxstream::gl::__anon85e9666f0111::SnapshotGlMipmapHintTest
DGLSnapshotTesting.h305 virtual void stateCheck(T expected) { in stateCheck() function