Searched defs:gls (Results 1 - 25 of 69) sorted by relevance

123

/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.hpp36 namespace gls namespace in namespace:deqp
64 } // gls
H A DglsLongStressTestUtil.hpp23 * \brief Utilities for tests with gls::LongStressCase.
34 namespace gls namespace in namespace:deqp
44 gls::ProgramContext generateBufferContext (int numDummyAttributes) const;
45 gls::ProgramContext generateTextureContext (int numTextureObjects, int texWid, int texHei, float positionFactor) const;
46 gls::ProgramContext generateBufferAndTextureContext (int numTextures, int texWid, int texHei) const;
47 gls::ProgramContext generateFragmentPointLightContext (int texWid, int texHei) const;
48 gls::ProgramContext generateVertexUniformLoopLightContext (int texWid, int texHei) const;
58 } // gls
H A DglsShaderLibrary.hpp35 namespace gls namespace in namespace:deqp
55 } // gls
H A DglsShaderLibraryCase.hpp38 namespace gls namespace in namespace:deqp
69 } // gls
H A DglsRandomShaderProgram.hpp38 namespace gls namespace in namespace:deqp
66 } // gls
H A DglsTextureStateQueryTests.hpp34 namespace gls namespace in namespace:deqp
82 } // gls
H A DglsFragOpInteractionCase.hpp44 namespace gls namespace in namespace:deqp
74 gls::RandomShaderProgram* m_program;
87 } // gls
H A DglsShaderConstExprTests.hpp44 namespace gls namespace in namespace:deqp
79 } // gls
H A DglsShaderLibrary.cpp29 namespace gls namespace in namespace:deqp
81 } // gls
H A DglsFragmentOpUtil.hpp40 namespace gls namespace in namespace:deqp
150 } // gls
H A DglsMemoryStressCase.hpp34 namespace gls namespace in namespace:deqp
83 } // gls
H A DglsRandomShaderCase.hpp41 namespace gls namespace in namespace:deqp
115 } // gls
H A DglsScissorTests.hpp44 namespace gls namespace in namespace:deqp
105 } // gls
H A DglsShaderExecUtil.hpp42 namespace gls namespace in namespace:deqp
105 } // gls
H A DglsShaderPerformanceCase.hpp35 namespace gls namespace in namespace:deqp
97 } // gls
H A DglsStateChangePerfTestCases.hpp42 namespace gls namespace in namespace:deqp
133 } // gls
H A DglsTextureBufferCase.hpp37 namespace gls namespace in namespace:deqp
98 } // gls
H A DglsFboCompletenessTests.hpp37 namespace gls namespace in namespace:deqp
54 using namespace deqp::gls::FboUtil;
55 using namespace deqp::gls::FboUtil::config;
145 } // gls
H A DglsInteractionTestUtil.cpp35 namespace gls namespace in namespace:deqp
220 void computeRandomQuad (de::Random& rnd, gls::FragmentOpUtil::IntegerQuad& quad, int targetWidth, int targetHeight)
267 } // gls
H A DglsInteractionTestUtil.hpp38 namespace gls namespace in namespace:deqp
117 gls::FragmentOpUtil::IntegerQuad quad;
122 void computeRandomQuad (de::Random& rnd, gls::FragmentOpUtil::IntegerQuad& quad, int targetWidth, int targetHeight);
126 } // gls
H A DglsLongStressTestUtil.cpp21 * \brief Utilities for tests with gls::LongStressCase.
42 namespace gls namespace in namespace:deqp
88 gls::ProgramContext ProgramLibrary::generateBufferContext (const int numDummyAttributes) const
126 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
128 context.attributes.push_back(gls::VarSpec("a_position", Vec3(-0.1f), Vec3(0.1f)));
131 context.attributes.push_back(gls::VarSpec("a_in" + de::toString(i), Vec4(0.0f), Vec4(1.0f / (float)numDummyAttributes)));
136 gls::ProgramContext ProgramLibrary::generateTextureContext (const int numTextures, const int texWid, const int texHei, const float positionFactor) const
161 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
163 context.attributes.push_back(gls::VarSpec("a_position", Vec3(-positionFactor), Vec3(positionFactor)));
164 context.attributes.push_back(gls
[all...]
H A DglsRandomUniformBlockCase.hpp37 namespace gls namespace in namespace:deqp
100 } // gls
/external/strace/tests/
H A Ds390_guarded_storage.c137 unsigned int gls = (gscb->gsd >> 8) & 7; local
141 uint64_t gls = gscb->gsd >> gsc; local
144 printf("%#0*" PRIx64, field_size, gls);
150 gls, gsc);
/external/strace/tests-m32/
H A Ds390_guarded_storage.c137 unsigned int gls = (gscb->gsd >> 8) & 7; local
141 uint64_t gls = gscb->gsd >> gsc; local
144 printf("%#0*" PRIx64, field_size, gls);
150 gls, gsc);
/external/strace/tests-mx32/
H A Ds390_guarded_storage.c137 unsigned int gls = (gscb->gsd >> 8) & 7; local
141 uint64_t gls = gscb->gsd >> gsc; local
144 printf("%#0*" PRIx64, field_size, gls);
150 gls, gsc);

Completed in 1003 milliseconds

123