Home
last modified time | relevance | path

Searched defs:renderCtx (Results 1 – 25 of 111) sorted by relevance

12345

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp100 deInt32 getMaxAttributeLocations (glu::RenderContext& renderCtx) in getMaxAttributeLocations()
254 string createVertexShaderSource (glu::RenderContext& renderCtx, const vector<Attribute>& attributes… in createVertexShaderSource()
276 string createFragmentShaderSource (glu::RenderContext& renderCtx, bool attributeAliasing) in createFragmentShaderSource()
412 pair<deUint32, deUint32> createAndAttachShaders (TestLog& log, glu::RenderContext& renderCtx, deUin… in createAndAttachShaders()
687 glu::RenderContext& renderCtx, in runTest()
805 glu::RenderContext& renderCtx, in BindAttributeTest()
830 glu::RenderContext& renderCtx, in BindMaxAttributesTest()
864 glu::RenderContext& renderCtx, in BindAliasingAttributeTest()
894 glu::RenderContext& renderCtx, in BindMaxAliasingAttributeTest()
931 glu::RenderContext& renderCtx, in BindHoleAttributeTest()
[all …]
DglsTextureStateQueryTests.cpp768 const glu::RenderContext& renderCtx, in TextureTest()
832 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const… in IsTextureCase()
881 …ModeCase::DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, co… in DepthStencilModeCase()
959 …odeCase::TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, co… in TextureSRGBDecodeCase()
1037 …wizzleCase::TextureSwizzleCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, co… in TextureSwizzleCase()
1113 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, c… in TextureWrapCase()
1184 …eFilterCase::TextureFilterCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, co… in TextureFilterCase()
1268 TextureLODCase::TextureLODCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, con… in TextureLODCase()
1356 TextureLevelCase::TextureLevelCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx,… in TextureLevelCase()
1458 …deCase::TextureCompareModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, co… in TextureCompareModeCase()
[all …]
DglsShaderExecUtil.cpp53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) in isExtensionSupported()
71 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension) in checkExtension()
77 static void checkLimit (const glu::RenderContext& renderCtx, deUint32 pname, int required) in checkLimit()
457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) in ShaderExecutor()
514 inline bool hasFloatRenderTargets (const glu::RenderContext& renderCtx) in hasFloatRenderTargets()
520 FragmentOutExecutor::FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in FragmentOutExecutor()
715 VertexShaderExecutor::VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& … in VertexShaderExecutor()
747 GeometryShaderExecutor* GeometryShaderExecutor::create (const glu::RenderContext& renderCtx, const … in create()
756 GeometryShaderExecutor::GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in GeometryShaderExecutor()
785 FragmentShaderExecutor::FragmentShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in FragmentShaderExecutor()
[all …]
DglsShaderLibrary.cpp38 …CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& con… in CaseFactory()
63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::… in ShaderLibrary()
DglsScissorTests.cpp201 ScissorCase::ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *nam… in ScissorCase()
326 glu::RenderContext& renderCtx, in ScissorPrimitiveCase()
443 glu::RenderContext& renderCtx, in ScissorClearCase()
522 FramebufferBlitCase::FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… in FramebufferBlitCase()
622 …erClearCase::FramebufferClearCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in FramebufferClearCase()
884 glu::RenderContext& renderCtx, in createPrimitiveTest()
896 glu::RenderContext& renderCtx, in createClearTest()
906 glu::RenderContext& renderCtx, in createFramebufferClearTest()
915 glu::RenderContext& renderCtx, in createFramebufferBlitTest()
DglsBufferTestUtil.cpp175 BufferCase::BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… in BufferCase()
252 BufferWriterBase::BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log) in BufferWriterBase()
267 BufferWriter::BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType) in BufferWriter()
338 BufferVerifierBase::BufferVerifierBase (glu::RenderContext& renderCtx, tcu::TestLog& log) in BufferVerifierBase()
354 BufferVerifier::BufferVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verify… in BufferVerifier()
417 VertexArrayVerifier::VertexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log) in VertexArrayVerifier()
655 IndexArrayVerifier::IndexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log) in IndexArrayVerifier()
DglsBufferTestUtil.hpp155 …BufferSubDataWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(render… in BufferSubDataWriter()
167 …BufferWriteMapWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(render… in BufferWriteMapWriter()
234 …BufferMapVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferVerifierBase(renderC… in BufferMapVerifier()
DglsLifetimeTests.cpp108 CheckedShader (const RenderContext& renderCtx, glu::ShaderType type, const string& src) in CheckedShader()
121 CheckedProgram (const RenderContext& renderCtx, GLuint vtxShader, GLuint fragShader) in CheckedProgram()
234 const RenderContext& renderCtx = ctx.getRenderContext(); in drawFbo() local
363 static bool isTextureFormatColorRenderable (const glu::RenderContext& renderCtx, const glu::Transfe… in isTextureFormatColorRenderable()
415 static glu::TransferFormat getRenderableColorTextureFormat (const glu::RenderContext& renderCtx) in getRenderableColorTextureFormat()
452 static bool isRenderbufferFormatColorRenderable (const glu::RenderContext& renderCtx, const deUint3… in isRenderbufferFormatColorRenderable()
503 static deUint32 getRenderableColorRenderbufferFormat (const glu::RenderContext& renderCtx) in getRenderableColorRenderbufferFormat()
646 void setViewport (const RenderContext& renderCtx, const Rectangle& rect) in setViewport()
651 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect, Surface& dst) in readRectangle()
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp138 …tenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Tex2DCompletenessCase()
195 …nessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in TexCubeCompletenessCase()
260 …e2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Incomplete2DSizeCase()
334 …ormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Incomplete2DFormatCase()
387 …ase::Incomplete2DMissingLevelCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Incomplete2DMissingLevelCase()
440 …odeCase::Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Incomplete2DWrapModeCase()
490 …velCase::Complete2DExtraLevelCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Complete2DExtraLevelCase()
541 …Case::Incomplete2DEmptyObjectCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Incomplete2DEmptyObjectCase()
578 …eSizeCase::IncompleteCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in IncompleteCubeSizeCase()
587 …eSizeCase::IncompleteCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in IncompleteCubeSizeCase()
[all …]
Des2fTextureFormatTests.cpp93 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… in Texture2DFormatCase()
237 …FormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in TextureCubeFormatCase()
419 …ormatCase::Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in Compressed2DFormatCase()
524 …matCase::CompressedCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in CompressedCubeFormatCase()
Des2fShaderApiTests.cpp131 void queryShaderInfo (glu::RenderContext& renderCtx, deUint32 shader, glu::ShaderInfo& info) in queryShaderInfo()
286 void logShader (TestLog& log, glu::RenderContext& renderCtx, glu::Shader& shader) in logShader()
294 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocato… in logProgram()
309 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, … in logVertexFragmentProgram()
702 glu::RenderContext& renderCtx = m_context.getRenderContext(); in buildProgram() local
727 glu::RenderContext& renderCtx = m_context.getRenderContext(); in test() local
827 glu::RenderContext& renderCtx = m_context.getRenderContext(); in test() local
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& lo… in RenderData()
535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const c… in BaseCase()
736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char*… in RenderCountCase()
906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const… in RelativeChangeCase()
1132 …BaseCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char*… in BaseCostCase()
1158 …GradientCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const ch… in GradientCostCase()
1194 …OccluderStaticFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccluderStaticFragDepthCostCase()
1223 …OccluderDynamicFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccluderDynamicFragDepthCostCase()
1252 …OccludedStaticFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccludedStaticFragDepthCostCase()
1281 …OccludedDynamicFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccludedDynamicFragDepthCostCase()
[all …]
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp123 static void drawTestPattern (const glu::RenderContext& renderCtx, int width, int height) in drawTestPattern()
199 static void blitStencilToColor2D (const glu::RenderContext& renderCtx, deUint32 srcTex, int width, … in blitStencilToColor2D()
264 static void blitStencilToColor2DArray (const glu::RenderContext& renderCtx, deUint32 srcTex, int wi… in blitStencilToColor2DArray()
329 static void blitStencilToColorCube (const glu::RenderContext& renderCtx, deUint32 srcTex, const flo… in blitStencilToColorCube()
528 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
583 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
669 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
758 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
815 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
889 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
[all …]
Des31fFboNoAttachmentTests.cpp67 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, c… in checkFramebufferSize()
174 bool checkFramebufferRenderable (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuf… in checkFramebufferRenderable()
281 const glu::RenderContext& renderCtx, in FramebufferCompletenessCase()
350 const glu::RenderContext& renderCtx, in SizeCase()
452 const glu::RenderContext& renderCtx, in AttachmentInteractionCase()
501 const glu::RenderContext& renderCtx = context.getRenderContext(); in createFboNoAttachmentTests() local
Des31fShaderHelperInvocationTests.cpp162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveT… in drawRandomPrimitives()
220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, … in FboHelper()
331 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in init() local
426 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
490 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in init() local
625 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
Des31fTextureFormatTests.cpp124 …tCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in TextureCubeArrayFormatCase()
138 …tCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const… in TextureCubeArrayFormatCase()
291 TextureBufferFormatCase::TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, cons… in TextureBufferFormatCase()
Des31fNegativeTestShared.cpp51 glu::RenderContext& renderCtx, in NegativeTestContext()
/external/deqp/framework/opengl/
DgluShaderProgram.cpp40 Shader::Shader (const RenderContext& renderCtx, ShaderType shaderType) in Shader()
234 Program::Program (const RenderContext& renderCtx) in Program()
250 Program::Program (const RenderContext& renderCtx, deUint32 program) in Program()
322 ProgramPipeline::ProgramPipeline (const RenderContext& renderCtx) in ProgramPipeline()
368 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram()
374 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramBinaries& binaries) in ShaderProgram()
DgluStateReset.cpp57 void resetStateES (const RenderContext& renderCtx, const ContextInfo& ctxInfo) in resetStateES()
643 void resetStateGLCore (const RenderContext& renderCtx, const ContextInfo& ctxInfo) in resetStateGLCore()
1208 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo) in resetState()
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp64 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) in isExtensionSupported()
166 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
248 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
Des3fASTCDecompressionCases.cpp200 …evel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu::RenderContext& renderCtx) in getASTCSupportLevel()
330 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in render() local
428 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
562 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
/external/deqp/external/openglcts/modules/common/
DglcContext.hpp62 void setRenderContext(glu::RenderContext* renderCtx) in setRenderContext()
DglcSingleConfigTestPackage.cpp81 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() local
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp88 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() local
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp106 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() local

12345