HomeSort by relevance Sort by last modified time
    Searched refs:RenderContext (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.cpp 58 class Win32GLES3Context : public glu::RenderContext
150 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
tcuWGLContextFactory.cpp 65 class WGLContext : public glu::RenderContext
163 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 67 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size)
174 bool checkFramebufferRenderable (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size)
269 const glu::RenderContext& renderCtx,
276 const glu::RenderContext& m_renderCtx;
281 const glu::RenderContext& renderCtx,
327 const glu::RenderContext& renderCtx,
344 const glu::RenderContext& m_renderCtx;
350 const glu::RenderContext& renderCtx,
436 const glu::RenderContext& renderCtx,
446 const glu::RenderContext& m_renderCtx
    [all...]
es31fSSBOLayoutCase.hpp 33 class RenderContext;
155 SSBOLayoutCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode);
170 glu::RenderContext& m_renderCtx;
es31fShaderHelperInvocationTests.cpp 162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd)
203 FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples);
210 const glu::RenderContext& m_renderCtx;
220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples)
331 const glu::RenderContext& renderCtx = m_context.getRenderContext();
426 const glu::RenderContext& renderCtx = m_context.getRenderContext();
490 const glu::RenderContext& renderCtx = m_context.getRenderContext();
625 const glu::RenderContext& renderCtx = m_context.getRenderContext();
es31fTextureFormatTests.cpp 75 TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth);
76 TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth);
90 glu::RenderContext& m_renderCtx;
104 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth)
118 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth)
248 TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width);
259 glu::RenderContext& m_renderCtx;
269 TextureBufferFormatCase::TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width)
es31fNegativeTestShared.cpp 51 glu::RenderContext& renderCtx,
  /external/deqp/modules/glshared/
glsDrawTest.hpp 245 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const DrawTestSpec& spec, const char* name, const char* desc);
246 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc);
260 glu::RenderContext& m_renderCtx;
glsLifetimeTests.hpp 55 using glu::RenderContext;
66 Context (const RenderContext& renderCtx,
70 const RenderContext& getRenderContext (void) const { return m_renderCtx; }
76 const RenderContext& m_renderCtx;
84 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); }
396 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight,
398 void setViewport (const RenderContext& renderCtx, const Rectangle& rect);
399 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect,
glsAttributeLocationTests.cpp 100 deInt32 getMaxAttributeLocations (glu::RenderContext& renderCtx)
254 string createVertexShaderSource (glu::RenderContext& renderCtx, const vector<Attribute>& attributes, bool attributeAliasing)
276 string createFragmentShaderSource (glu::RenderContext& renderCtx, bool attributeAliasing)
412 pair<deUint32, deUint32> createAndAttachShaders (TestLog& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bool attributeAliasing)
687 glu::RenderContext& renderCtx,
805 glu::RenderContext& renderCtx,
830 glu::RenderContext& renderCtx,
864 glu::RenderContext& renderCtx,
894 glu::RenderContext& renderCtx,
931 glu::RenderContext& renderCtx
    [all...]
glsShaderExecUtil.cpp 53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension)
71 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension)
77 static void checkLimit (const glu::RenderContext& renderCtx, deUint32 pname, int required)
457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec)
485 FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
514 inline bool hasFloatRenderTargets (const glu::RenderContext& renderCtx)
520 FragmentOutExecutor::FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec)
704 VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
715 VertexShaderExecutor::VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec)
732 static GeometryShaderExecutor* create (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec)
    [all...]
glsScissorTests.cpp 172 ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const char* desc, const Vec4& scissorArea);
180 glu::RenderContext& m_renderCtx;
184 ScissorCase::ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const char* desc, const Vec4& scissorArea)
289 glu::RenderContext& renderCtx,
308 glu::RenderContext& renderCtx,
402 glu::RenderContext& renderCtx,
419 glu::RenderContext& renderCtx,
476 FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea);
492 FramebufferBlitCase::FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea)
569 FramebufferClearCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, ClearType clearType)
    [all...]
glsMemoryStressCase.cpp 98 TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
104 glu::RenderContext& m_renderCtx;
177 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext)
179 , m_renderCtx (renderContext)
184 const glu::ContextType ctxType = renderContext.getType();
260 BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
266 glu::RenderContext& m_renderCtx
    [all...]
glsTextureStateQueryTests.cpp 682 const glu::RenderContext& renderCtx,
695 const glu::RenderContext& m_renderCtx;
703 const glu::RenderContext& renderCtx,
757 IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target);
763 const glu::RenderContext& m_renderCtx;
767 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target)
812 DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type);
816 DepthStencilModeCase::DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type)
890 TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryTy (…)
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 41 class RenderContext;
85 Shader (const RenderContext& renderCtx, ShaderType shaderType);
117 Program (const RenderContext& renderCtx);
118 Program (const RenderContext& renderCtx, deUint32 program);
158 ProgramPipeline (const RenderContext& renderCtx);
187 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
gluTexture.cpp 52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width)
63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width)
105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height)
117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height)
129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams)
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* levelFileNames)
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames)
288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams)
316 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size)
328 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size
    [all...]
gluObjectWrapper.hpp 91 explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(), objectTraits(Type)) {}
126 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {}
gluTextureUtil.hpp 35 class RenderContext;
88 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
gluDefs.cpp 65 void checkError (const RenderContext& context, const char* msg, const char* file, int line)
gluDrawUtil.cpp 113 VertexBuffer (const RenderContext& context, int numBindings, const VertexArrayBinding* bindings, Type type = TYPE_PLANAR);
128 IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices);
339 VertexBuffer::VertexBuffer (const RenderContext& context, int numBindings, const VertexArrayBinding* bindings, Type type)
373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices)
442 static bool isProgramActive (const RenderContext& context, deUint32 program)
495 void drawFromUserPointers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback)
527 void drawFromBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback)
580 void drawFromVAOBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback)
590 void draw (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback)
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 66 using glu::RenderContext;
103 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log);
113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log)
509 BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
529 const RenderContext& m_renderCtx;
535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
725 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
894 RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 54 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
65 glu::RenderContext& m_renderCtx;
77 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
169 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
182 glu::RenderContext& m_renderCtx;
197 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 55 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
66 glu::RenderContext& m_renderCtx;
78 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
170 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
183 glu::RenderContext& m_renderCtx;
198 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
es3fTextureFormatTests.cpp 69 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
70 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height);
81 glu::RenderContext& m_renderCtx;
92 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height)
104 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height)
225 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
226 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height);
239 glu::RenderContext& m_renderCtx;
253 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height)
267 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int hei (…)
    [all...]
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 69 class CGLRenderContext : public glu::RenderContext
183 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const

Completed in 551 milliseconds

1 23 4 5 6 7 8 9