HomeSort by relevance Sort by last modified time
    Searched refs:glu (Results 1 - 25 of 886) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 55 const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, numCases, glu::GLSL_VERSION_100_ES);
74 {"radians", "radians(${T} (90.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatRadians(90.0f) },
75 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
76 {"sin", "sin(${T} (3.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatSin(3.0f) },
77 {"cos", "cos(${T} (3.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCos(3.2f) },
78 {"tan", "tan(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatTan(1.5f) }
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 56 const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, numCases, glu::GLSL_VERSION_300_ES);
75 {"radians", "radians(${T} (90.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatRadians(90.0f) },
76 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
77 {"sin", "sin(${T} (3.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatSin(3.0f) },
78 {"cos", "cos(${T} (3.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCos(3.2f) },
79 {"tan", "tan(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatTan(1.5f) }
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcContext.hpp 32 namespace glu namespace
49 Context(tcu::TestContext& testCtx, glu::ContextType contextType = glu::ContextType());
57 glu::RenderContext& getRenderContext(void)
62 void setRenderContext(glu::RenderContext* renderCtx)
67 const glu::ContextInfo& getContextInfo(void) const
74 glu::RenderContext* createSharedContext(
75 glu::ContextFlags ctxFlags = (glu::ContextFlags)0,
76 glu::ResetNotificationStrategy ctxReset = glu::RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED)
    [all...]
glcShaderConstExprTests.cpp 47 glu::DataType inType;
51 glu::DataType outType;
65 glu::DataType outType;
76 ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType, const ShaderSpec& shaderSpec,
84 glu::ShaderType m_shaderType;
90 ExecutorTestCase<OutputType>::ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType,
183 glu::ContextType contextType = context.getRenderContext().getType();
186 shaderSpec.version = glu::getContextTypeGLSLVersion(contextType);
188 shaderSpec.outputs.push_back(Symbol("out0", glu::VarType(params.outType, glu::PRECISION_HIGHP)))
    [all...]
glcBlendEquationAdvancedTests.hpp 92 BlendEquationAdvancedTests(deqp::Context& context, glu::GLSLVersion glslVersion);
98 glu::GLSLVersion m_glslVersion;
glcShaderIntegerMixTests.hpp 39 ShaderIntegerMixTests(Context& context, glu::GLSLVersion glslVersion);
44 glu::GLSLVersion m_glslVersion;
glcShaderLoopTests.hpp 36 ShaderLoopTests(Context& context, glu::GLSLVersion glslVersion);
45 glu::GLSLVersion m_glslVersion;
glcShaderNegativeTests.hpp 41 ShaderNegativeTests(Context& context, glu::GLSLVersion glslVersion);
46 glu::GLSLVersion m_glslVersion;
  /external/deqp/external/openglcts/modules/runner/
glcAospMustpassEs.hpp 25 { glu::ApiType::es(2, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
26 { glu::ApiType::es(3, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
28 { glu::ApiType::es(3, 0), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
31 { glu::ApiType::es(3, 0), "rotate-landscape", "rgba8888d24s8ms0", "90", -1, DE_NULL, 256, 256 },
34 { glu::ApiType::es(3, 0), "rotate-reverse-portrait", "rgba8888d24s8ms0", "180", -1, DE_NULL, 256, 256 },
37 { glu::ApiType::es(3, 0), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256, 256 },
39 { glu::ApiType::es(3, 0), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 },
40 { glu::ApiType::es(3, 0), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, 256, 256 },
41 { glu::ApiType::es(3, 1), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
43 { glu::ApiType::es(3, 1), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 }
    [all...]
glcKhronosMustpassEs.hpp 25 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
27 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
28 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
29 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
30 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
31 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
35 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
36 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
37 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }
    [all...]
glcKhronosMustpassGl.hpp 25 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
27 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
28 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
29 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
30 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
31 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
32 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
33 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
34 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }
    [all...]
glcAospMustpassEgl.hpp 25 { glu::ApiType(), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
  /external/deqp/external/openglcts/modules/gl/
gl4cTestPackages.hpp 38 glu::ContextType renderContextType = glu::ContextType(4, 0, glu::PROFILE_CORE));
50 glu::ContextType renderContextType = glu::ContextType(4, 1, glu::PROFILE_CORE));
62 glu::ContextType renderContextType = glu::ContextType(4, 2, glu::PROFILE_CORE));
74 glu::ContextType renderContextType = glu::ContextType(4, 3, glu::PROFILE_CORE))
    [all...]
gl3cTestPackages.hpp 40 glu::ContextType renderContextType = glu::ContextType(3, 0, glu::PROFILE_CORE));
56 glu::ContextType renderContextType = glu::ContextType(3, 1, glu::PROFILE_CORE));
68 glu::ContextType renderContextType = glu::ContextType(3, 2, glu::PROFILE_CORE));
79 glu::ContextType renderContextType = glu::ContextType(3, 3, glu::PROFILE_CORE))
    [all...]
  /external/deqp/framework/platform/null/
tcuNullContextFactory.cpp 33 : glu::ContextFactory("null", "Null Render Context")
37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
tcuNullContextFactory.hpp 34 class NullGLContextFactory : public glu::ContextFactory
38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.hpp 33 class OSXPlatform : public tcu::Platform, private glu::Platform
39 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/eigen/Eigen/src/SparseLU/
SparseLU_pruneL.h 49 * \param glu Global LU data
54 const IndexVector& segrep, BlockIndexVector repfnz, IndexVector& xprune, GlobalLU_t& glu)
57 Index jsupno = glu.supno(jcol);
73 if (glu.supno(irep) == glu.supno(irep1) ) continue; // don't prune
76 if (glu.supno(irep) != jsupno )
78 if ( xprune (irep) >= glu.xlsub(irep1) )
80 kmin = glu.xlsub(irep);
81 kmax = glu.xlsub(irep1) - 1;
84 if (glu.lsub(krow) == pivrow)
    [all...]
SparseLU_Utils.h 21 void SparseLUImpl<Scalar,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu)
24 nnzU = (glu.xusub)(n);
25 Index nsuper = (glu.supno)(n);
32 fsupc = glu.xsup(i);
33 jlen = glu.xlsub(fsupc+1) - glu.xlsub(fsupc);
35 for (j = fsupc; j < glu.xsup(i+1); j++)
52 void SparseLUImpl<Scalar,StorageIndex>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu)
57 Index nsuper = (glu.supno)(n);
62 fsupc = glu.xsup(i);
    [all...]
SparseLU_copy_to_ucol.h 44 * \param glu Global LU data.
51 BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu)
55 Index jsupno = glu.supno(jcol);
59 StorageIndex nextu = glu.xusub(jcol);
66 ksupno = glu.supno(krep);
72 fsupc = glu.xsup(ksupno);
73 isub = glu.xlsub(fsupc) + kfnz - fsupc;
76 while (new_next > glu.nzumax)
78 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions);
    [all...]
  /external/deqp/framework/opengl/
gluPlatform.cpp 31 namespace glu namespace
42 } // glu
  /external/deqp/modules/glshared/
glsShaderLibraryCase.hpp 30 namespace glu namespace
48 glu::RenderContext& renderCtx,
49 const glu::ContextInfo& contextInfo,
52 const glu::sl::ShaderCaseSpecification& specification);
64 glu::RenderContext& m_renderCtx;
65 const glu::ContextInfo& m_contextInfo;
66 const glu::sl::ShaderCaseSpecification m_spec;
glsShaderConstExprTests.cpp 40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output)
42 dst->outputs.push_back(glu::sl::Value());
45 glu::sl::Value& value = dst->outputs.back();
48 value.type = glu::VarType(type, glu::PRECISION_LAST);
53 case glu::TYPE_INT:
57 case glu::TYPE_UINT:
61 case glu::TYPE_BOOL:
65 case glu::TYPE_FLOAT
    [all...]
  /external/deqp/modules/gles2/
tes2Context.hpp 29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; }
58 glu::RenderContext* m_renderCtx;
59 glu::ContextInfo* m_contextInfo;
  /external/deqp/modules/gles3/
tes3Context.hpp 29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
58 glu::RenderContext* m_renderCtx;
59 glu::ContextInfo* m_contextInfo;

Completed in 344 milliseconds

1 2 3 4 5 6 7 8 91011>>