Searched refs:glu (Results 151 - 175 of 447) sorted by relevance

1234567891011>>

/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp60 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(internalFormat));
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp33 namespace glu namespace
190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
H A DtcuWGL.cpp353 Context::Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat)
366 case glu::PROFILE_CORE:
370 case glu::PROFILE_ES:
374 case glu::PROFILE_COMPATIBILITY:
382 if ((ctxType.getFlags() & glu::CONTEXT_FORWARD_COMPATIBLE) != 0)
385 if ((ctxType.getFlags() & glu::CONTEXT_DEBUG) != 0)
388 if ((ctxType.getFlags() & glu::CONTEXT_ROBUST) != 0)
454 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config)
469 if (config.redBits != glu::RenderConfig::DONT_CARE &&
473 if (config.greenBits != glu
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fApiCase.cpp70 m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << tcu::TestLog::EndMessage;
81 m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << tcu::TestLog::EndMessage;
H A Des2fTextureFilteringTests.cpp49 using namespace glu;
63 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
64 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
75 glu::RenderContext& m_renderCtx;
76 const glu::ContextInfo& m_renderCtxInfo;
92 const glu::Texture2D* texture;
101 FilterCase (const glu::Texture2D* tex_, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_)
109 std::vector<glu
[all...]
H A Des2fLifetimeTests.cpp39 using glu::RenderContext;
H A Des2fNegativeShaderApiTests.cpp309 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource));
339 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource));
370 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource));
424 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource));
496 glu::ShaderProgram program(m_context.getRenderContext(), glu
[all...]
H A Des2fTextureSizeTests.cpp47 using namespace glu;
53 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
64 glu::RenderContext& m_renderCtx;
72 glu::Texture2D* m_texture;
76 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
85 , m_renderer (renderCtx, testCtx, glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP)
151 glu::readPixels(m_renderCtx, viewport.x, viewport.y, renderedFrame.getAccess());
168 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
181 glu
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fApiCase.cpp72 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << TestLog::EndMessage;
83 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::EndMessage;
H A Des3fFboDepthbufferTests.cpp72 GradientShader gradShader (glu::TYPE_FLOAT_VEC4);
73 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
116 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
132 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
164 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format));
166 DepthGradientShader depthGradShader (glu::TYPE_FLOAT_VEC4);
218 readPixels(dst, 0, 0, m_width, m_height, glu
[all...]
H A Des3fTextureSizeTests.cpp47 using namespace glu;
53 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
64 glu::RenderContext& m_renderCtx;
72 glu::Texture2D* m_texture;
76 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
85 , m_renderer (renderCtx, testCtx, glu::GLSL_VERSION_300_ES, glu::PRECISION_MEDIUMP)
151 glu::readPixels(m_renderCtx, viewport.x, viewport.y, renderedFrame.getAccess());
168 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
181 glu
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.hpp36 namespace glu namespace
39 } // glu
116 glu::ShaderProgram* m_program;
119 glu::ShaderProgram* m_textureSamplerProgram;
H A Des31fShaderStateQueryTests.cpp109 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexSource) << glu::FragmentSource(fragmentSource));
H A Des31fLayoutBindingTests.cpp225 virtual glu::ShaderProgram* generateShaders (void) const = 0;
231 const glu::ShaderProgram* m_program;
542 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
593 virtual glu::ShaderProgram* generateShaders (void) const = 0;
595 const glu::ShaderProgram* m_program;
761 if (!(m_program->getShaderInfo(glu::SHADERTYPE_VERTEX)).compileOk || !(m_program->getShaderInfo(glu::SHADERTYPE_FRAGMENT)).compileOk)
830 glu::ShaderProgram* generateShaders (void) const;
831 glu::DataType getSamplerTexCoordType (void) const;
934 glu
[all...]
H A Des31fTessellationTests.cpp60 using glu::ShaderProgram;
61 using glu::RenderContext;
185 tcu::Surface getPixels (const glu::RenderContext& rCtx, int x, int y, int width, int height)
188 glu::readPixels(rCtx, x, y, result.getAccess());
192 tcu::Surface getPixels (const glu::RenderContext& rCtx, const RandomViewport& vp)
210 static int numBasicSubobjects (const glu::VarType& type)
218 const glu::StructType& structType = *type.getStructPtr();
262 GLU_EXPECT_NO_ERROR(gl.getError(), (string() + "glMapBufferRange(" + glu::getBufferTargetName((int)bufferTarget) + ", 0, " + de::toString(numBytes) + ", GL_MAP_READ_BIT)").c_str());
302 TransformFeedbackHandler (const glu::RenderContext& renderCtx, int maxNumVertices);
304 Result renderAndGetPrimitives (deUint32 programGL, deUint32 tfPrimTypeGL, int numBindings, const glu
[all...]
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.hpp35 namespace glu namespace
71 } // glu
H A DgluDefs.hpp29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__)
40 namespace glu namespace
69 } // glu
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.hpp71 std::vector<glu::Texture2D*> m_textures;
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp127 glu::ProgramSources genShaders(glu::GLSLVersion version)
146 case glu::GLSL_VERSION_100_ES:
153 case glu::GLSL_VERSION_300_ES:
154 case glu::GLSL_VERSION_310_ES: // Assumed to support 3.0
165 return glu::makeVtxFragSources(tcu::StringTemplate(vtxSource).specialize(params), tcu::StringTemplate(frgSource).specialize(params));
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)
197 const glu
[all...]
H A DglsShaderLibraryCase.cpp53 using namespace glu;
68 static inline bool usesShaderInoutQualifiers (glu::GLSLVersion version)
72 case glu::GLSL_VERSION_100_ES:
73 case glu::GLSL_VERSION_130:
74 case glu::GLSL_VERSION_140:
75 case glu::GLSL_VERSION_150:
83 static inline bool supportsFragmentHighp (glu::GLSLVersion version)
85 return version != glu::GLSL_VERSION_100_ES;
124 void ShaderCase::CaseRequirement::checkRequirements (glu::RenderContext& renderCtx, const glu
[all...]
H A DglsInteractionTestUtil.hpp121 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHeight);
123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
H A DglsUniformBlockCase.hpp30 namespace glu namespace
67 // \todo [2012-07-25 pyry] Use glu::VarType.
76 VarType (glu::DataType basicType, deUint32 flags);
86 glu::DataType getBasicType (void) const { return m_data.basicType; }
109 glu::DataType basicType;
246 UniformBlockCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode);
261 glu::RenderContext& m_renderCtx;
262 glu::GLSLVersion m_glslVersion;
/external/deqp/modules/gles2/performance/
H A Des2pTextureCountTests.cpp78 string description = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
H A Des2pTextureFormatTests.cpp77 string descriptionBase = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
/external/deqp/modules/gles31/
H A Dtes31TestCaseWrapper.cpp37 TestCaseWrapper::TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx)
41 // TCU_CHECK(renderCtx.getType() == glu::CONTEXTTYPE_GL43_CORE);
63 glu::resetState(m_renderCtx);

Completed in 1327 milliseconds

1234567891011>>