Home
last modified time | relevance | path

Searched defs:const (Results 9476 - 9500 of 13162) sorted by relevance

1...<<371372373374375376377378379380>>...527

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.hpp206 getReason(void) const getReason() argument
[all...]
H A Des3fInteger64StateQueryTests.cpp72 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() argument
[all...]
H A Des3fRandomFragmentOpTests.cpp415 getCompareThreshold(void) const getCompareThreshold() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp68 void* getPtr (void) const { return m_ptr; } in getPtr() argument
69 void* operator* (void) const { return m_ptr; } in operator *() argument
[all...]
H A Des31fFboNoAttachmentTests.cpp414 getWidth(void) const getWidth() argument
429 getHeight(void) const getHeight() argument
444 getSamples(void) const getSamples() argument
[all...]
H A Des31fPrimitiveBoundingBoxTests.cpp83 const float& BoundingBox::getComponentAccess (int ndx) const in getComponentAccess() argument
[all...]
H A Des31fProgramInterfaceDefinition.cpp228 isValid(void) const isValid() argument
[all...]
H A Des31fSSBOArrayLengthTests.cpp235 genComputeSource(void) const genComputeSource() argument
[all...]
H A Des31fSSBOLayoutCase.hpp71 const char* getName (void) const { return m_name.c_str(); } in getName() argument
72 const glu::VarType& getType (void) const { return m_type; } in getType() argument
73 deUint32 getFlags (void) const { return m_flags; } in getFlags() argument
89 const char* getBlockName (void) const { retur argument
90 getInstanceName(void) const getInstanceName() argument
91 isArray(void) const isArray() argument
92 getArraySize(void) const getArraySize() argument
93 getFlags(void) const getFlags() argument
100 getLastUnsizedArraySize(int instanceNdx) const getLastUnsizedArraySize() argument
104 begin(void) const begin() argument
106 end(void) const end() argument
129 getNumBlocks(void) const getNumBlocks() argument
130 getBlock(int ndx) const getBlock() argument
[all...]
H A Des31fSampleVariableTests.cpp75 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const in verify() argument
81 void logInfo (tcu::TestLog& log) const in logInfo() argument
103 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument
118 logInfo(tcu::TestLog& log) const logInfo() argument
131 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument
137 logInfo(tcu::TestLog& log) const logInfo() argument
171 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument
182 logInfo(tcu::TestLog& log) const logInfo() argument
194 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument
201 logInfo(tcu::TestLog& log) const logInfo() argument
[all...]
H A Des31fShaderMultisampleInterpolationTests.cpp140 getIterationDescription(int iteration) const getIterationDescription() argument
249 genVertexSource(int numTargetSamples) const genVertexSource() argument
301 genFragmentSource(int numTargetSamples) const genFragmentSource() argument
354 getIterationDescription(int iteration) const getIterationDescription() argument
[all...]
H A Des31fShaderStateQueryTests.cpp165 checkRequirements(void) const checkRequirements() argument
183 getInfos(void) const getInfos() argument
213 getInfos(void) const getInfos() argument
243 getInfos(void) const getInfos() argument
274 getInfos(void) const getInfos() argument
290 checkRequirements(void) const checkRequirements() argument
310 getInfos(void) const getInfos() argument
342 getInfos(void) const getInfos() argument
358 checkRequirements(void) const checkRequirements() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.hpp50 const std::string& getName (void) const { return m_name; } in getName() argument
51 deUint32 getLocationSize (void) const { return m_locationSize; } in getLocationSize() argument
52 deUint32 getGLTypeEnum (void) const { return m_glTypeEnum; } in getGLTypeEnum() argument
71 bool operator== (const Cond& other) const { return m_negate == other.m_negate && m_name == other.m_name; } in operator ==() argument
72 bool operator!= (const Cond& other) const { retur in operator ==() argument
73 getName(void) const getName() argument
74 getNegate(void) const getNegate() argument
102 getType(void) const getType() argument
103 getName(void) const getName() argument
104 getLayoutLocation(void) const getLayoutLocation() argument
105 getCondition(void) const getCondition() argument
106 getArraySize(void) const getArraySize() argument
121 getAttributeName(void) const getAttributeName() argument
122 getLocation(void) const getLocation() argument
[all...]
H A DglsBufferTestUtil.hpp95 const deUint8* getPtr (int offset = 0) const { retur in getPtr() argument
140 getMinSize(void) const getMinSize() argument
141 getAlignment(void) const getAlignment() argument
158 getMinSize(void) const getMinSize() argument
159 getAlignment(void) const getAlignment() argument
170 getMinSize(void) const getMinSize() argument
171 getAlignment(void) const getAlignment() argument
217 getMinSize(void) const getMinSize() argument
218 getAlignment(void) const getAlignment() argument
237 getMinSize(void) const getMinSize() argument
238 getAlignment(void) const getAlignment() argument
249 getMinSize(void) const getMinSize() argument
250 getAlignment(void) const getAlignment() argument
269 getMinSize(void) const getMinSize() argument
270 getAlignment(void) const getAlignment() argument
[all...]
H A DglsCalibration.hpp155 int getCallCount (void) const { return m_measureState.numDrawCalls; } in getCallCount() argument
163 const CalibratorParameters& getParameters (void) const { retur argument
164 getMeasureState(void) const getMeasureState() argument
165 getCalibrationInfo(void) const getCalibrationInfo() argument
[all...]
H A DglsFragmentOpUtil.cpp177 render(const Quad& quad) const render() argument
[all...]
H A DglsRandomShaderProgram.cpp155 refreshUniforms(void) const refreshUniforms() argument
169 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument
248 shadeFragments(rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const shadeFragments() argument
[all...]
H A DglsShaderPerformanceMeasurer.hpp85 bool isFinished (void) const { return m_state == STATE_FINISHED; } in isFinished() argument
86 Result getResult (void) const { DE_ASSER in isFinished() argument
92 getGridWidth(void) const getGridWidth() argument
93 getGridHeight(void) const getGridHeight() argument
94 getViewportWidth(void) const getViewportWidth() argument
95 getViewportHeight(void) const getViewportHeight() argument
97 getFinalCallCount(void) const getFinalCallCount() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleBase.hpp83 virtual void checkSupport (Context& context) const in checkSupport() argument
90 void checkGraphicsPipelineLibrarySupport(Context& context) const in checkGraphicsPipelineLibrarySupport() argument
[all...]
H A DvktPipelineMultisampleInterpolationTests.cpp99 checkSupport(Context& context) const checkSupport() argument
137 getVertexDataDescripton(void) const getVertexDataDescripton() argument
159 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument
170 verifyImageData(const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const verifyImageData() argument
206 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
246 checkSupport(Context& context) const checkSupport() argument
253 createInstance(Context& context) const createInstance() argument
272 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
313 createInstance(Context& context) const createInstance() argument
320 getVertexDataDescripton(void) const getVertexDataDescripton() argument
352 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument
368 verifyImageData(const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const verifyImageData() argument
390 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
435 createInstance(Context& context) const createInstance() argument
454 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
504 createInstance(Context& context) const createInstance() argument
534 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
608 createInstance(Context& context) const createInstance() argument
638 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
716 createInstance(Context& context) const createInstance() argument
735 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
791 createInstance(Context& context) const createInstance() argument
822 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
897 createInstance(Context& context) const createInstance() argument
904 getVertexDataDescripton(void) const getVertexDataDescripton() argument
936 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument
948 verifyImageData(const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const verifyImageData() argument
970 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
1011 checkSupport(Context& context) const checkSupport() argument
1016 createInstance(Context& context) const createInstance() argument
[all...]
H A DvktPipelineReferenceRenderer.cpp380 getViewportState(void) const getViewportState() argument
[all...]
H A DvktPipelineReferenceRenderer.hpp59 virtual void shadeVertices (const rr::VertexAttrib* inputs, in shadeVertices() argument
96 virtual void shadeVertices (const rr::VertexAttrib* inputs, in shadeVertices() argument
134 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument
182 shadeFragments(rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const shadeFragments() argument
238 shadeFragments(rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const shadeFragments() argument
280 shadeFragments(rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const shadeFragments() argument
317 getReferenceProgram(void) const getReferenceProgram() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp82 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() argument
83 const vk::VkBuffer& operator* (void) const { return get(); } in operator *() argument
84 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() argument
207 initPrograms(SourceCollections& sourceCollections) const initPrograms() argument
254 createInstance(Context& context) const createInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemAttachmentClearTests.cpp91 createInstance(Context& ctx) const createInstance() argument
95 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
99 checkSupport(Context& context) const checkSupport() argument
[all...]
H A DvktProtectedMemBlitImageTests.cpp90 createInstance(Context& ctx) const createInstance() argument
94 initPrograms(vk::SourceCollections& programCollection) const initPrograms() argument
98 checkSupport(Context& context) const checkSupport() argument
[all...]

Completed in 18 milliseconds

1...<<371372373374375376377378379380>>...527