Searched refs:getAccess (Results 1 - 25 of 201) sorted by relevance

123456789

/external/deqp/framework/referencerenderer/
H A DrrGenericVector.hpp87 getAccess<ScalarType>()[0] = value[0];
88 getAccess<ScalarType>()[1] = value[1];
89 getAccess<ScalarType>()[2] = value[2];
90 getAccess<ScalarType>()[3] = value[3];
98 getAccess<ScalarType>()[0],
99 getAccess<ScalarType>()[1],
100 getAccess<ScalarType>()[2],
101 getAccess<ScalarType>()[3]);
105 inline ScalarType* getAccess ();
108 inline const ScalarType* getAccess () cons
112 inline float* GenericVec4::getAccess<float> () function in class:rr::GenericVec4
118 inline const float* GenericVec4::getAccess<float> () const function in class:rr::GenericVec4
124 inline deUint32* GenericVec4::getAccess<deUint32> () function in class:rr::GenericVec4
130 inline const deUint32* GenericVec4::getAccess<deUint32> () const function in class:rr::GenericVec4
136 inline deInt32* GenericVec4::getAccess<deInt32> () function in class:rr::GenericVec4
142 inline const deInt32* GenericVec4::getAccess<deInt32> () const function in class:rr::GenericVec4
[all...]
/external/lldb/source/Symbol/
H A DVerifyDecl.cpp15 decl->getAccess();
/external/deqp/modules/internal/
H A DditImageIOTests.cpp60 TCU_CHECK(texture.getAccess().getRowPitch() == texture.getWidth()*texture.getFormat().getPixelSize());
61 TCU_CHECK(texture.getAccess().getSlicePitch() == texture.getAccess().getRowPitch()*texture.getAccess().getHeight());
63 const int imageSize = texture.getAccess().getSlicePitch()*texture.getDepth();
64 const deUint32 hash = deMemoryHash(texture.getAccess().getDataPtr(), imageSize);
69 m_testCtx.getLog() << TestLog::Image("Image", "Loaded image", texture.getAccess());
/external/clang/include/clang/AST/
H A DDeclAccessPair.h45 AccessSpecifier getAccess() const { function in class:clang::DeclAccessPair
50 set(D, getAccess());
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp39 texImage2D(target, level, internalFormat, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
80 readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
/external/deqp/framework/randomshaders/
H A DrsgTest.cpp68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5);
73 tcu::ImageIO::savePNG(surface.getAccess(), fileName.c_str());
/external/deqp/framework/common/
H A DtcuSurface.hpp59 ConstPixelBufferAccess getAccess (void) const;
60 PixelBufferAccess getAccess (void);
145 inline ConstPixelBufferAccess Surface::getAccess (void) const
151 inline PixelBufferAccess Surface::getAccess (void)
H A DtcuImageCompare.cpp213 float difference = fuzzyCompare(params, reference, result, errorMask.getAccess());
222 fuzzyCompare(params, reference, result, errorMask.getAccess());
280 return fuzzyCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), threshold, logMode);
331 deInt64 squaredSum = computeSquaredDiffSum(reference, result, diffMask.getAccess(), diffFactor);
385 return measurePixelDiffAccuracy(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDiff, logMode);
416 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
509 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
597 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAddPropertyTransformer.java43 if (!TypeUtils.isAbstract(getAccess())) {
H A DAddStaticInitTransformer.java44 if (!TypeUtils.isInterface(getAccess())) {
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp167 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
174 log << TestLog::Image("Difference mask", "Difference mask", diffMask.getAccess());
413 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
433 tcu::clear(referenceImage.getAccess(), tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f));
440 rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(referenceImage.getAccess())),
448 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
565 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
570 tcu::clear(referenceImage.getAccess(), tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f));
573 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImag
[all...]
H A Des2fTextureCompletenessTests.cpp168 glu::readPixels (m_renderCtx, offsetX, offsetY, renderedFrame.getAccess());
224 glu::readPixels (m_renderCtx, offsetX, offsetY, renderedFrame.getAccess());
287 clear(levelData.getAccess(), tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
289 glTexImage2D(GL_TEXTURE_2D, levelNdx, GL_RGBA, levelW, levelH, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr());
349 clear(levelData.getAccess(), tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
353 glTexImage2D(GL_TEXTURE_2D, levelNdx, format, levelW, levelH, 0, format, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr());
399 clear(levelData.getAccess(), tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
406 glTexImage2D(GL_TEXTURE_2D, levelNdx, GL_RGBA, levelW, levelH, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr());
453 clear(levelData.getAccess(), tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
455 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, m_size.x(), m_size.y(), 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess()
[all...]
H A Des2fRandomFragmentOpTests.cpp351 tcu::clear (m_refColorBuffer->getAccess(), clearColor);
352 tcu::clearDepth (m_refDepthBuffer->getAccess(), clearDepth);
353 tcu::clearStencil (m_refStencilBuffer->getAccess(), clearStencil);
359 m_refRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()),
360 gls::FragmentOpUtil::getMultisampleAccess(m_refDepthBuffer->getAccess()),
361 gls::FragmentOpUtil::getMultisampleAccess(m_refStencilBuffer->getAccess()),
366 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, renderedImg.getAccess());
372 bool compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", m_refColorBuffer->getAccess(), renderedImg.getAccess(), getCompareThreshold(),
H A Des2fTextureSpecificationTests.cpp507 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold,
610 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
645 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
647 glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
693 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
695 glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
743 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
745 glTexImage2D(GL_TEXTURE_2D, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
798 tcu::fillWithComponentGradients(levelData.getAccess(), gMi
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp170 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
177 log << TestLog::Image("Difference mask", "Difference mask", diffMask.getAccess());
416 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
436 tcu::clear(referenceImage.getAccess(), tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f));
443 rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(referenceImage.getAccess())),
451 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
568 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
573 tcu::clear(referenceImage.getAccess(), tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f));
576 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImag
[all...]
H A Des3fRandomFragmentOpTests.cpp351 tcu::clear (m_refColorBuffer->getAccess(), clearColor);
352 tcu::clearDepth (m_refDepthBuffer->getAccess(), clearDepth);
353 tcu::clearStencil (m_refStencilBuffer->getAccess(), clearStencil);
359 m_refRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()),
360 gls::FragmentOpUtil::getMultisampleAccess(m_refDepthBuffer->getAccess()),
361 gls::FragmentOpUtil::getMultisampleAccess(m_refStencilBuffer->getAccess()),
366 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, renderedImg.getAccess());
372 bool compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", m_refColorBuffer->getAccess(), renderedImg.getAccess(), getCompareThreshold(),
H A Des3fFboColorbufferTests.cpp93 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
287 tcu::fillWithComponentGradients(data.getAccess(), Vec4(0.0f), Vec4(1.0f));
289 tcu::fillWithGrid(data.getAccess(), 8, Vec4(0.2f, 0.7f, 0.1f, 1.0f), Vec4(0.7f, 0.1f, 0.5f, 0.8f));
297 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
431 tcu::fillWithGrid(data.getAccess(), 8, generateRandomColor(rnd), Vec4(0.0f));
439 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
557 tcu::fillWithGrid(data.getAccess(), 8, generateRandomColor(rnd), Vec4(0.0f));
565 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
681 tcu::fillWithGrid(data.getAccess(),
[all...]
H A Des3fShaderBuiltinVarTests.cpp346 glu::readPixels(m_context.getRenderContext(), 0, 0, testImg.getAccess());
441 glu::readPixels(m_context.getRenderContext(), 0, 0, testImg.getAccess());
550 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, testImg.getAccess());
555 tcu::clear(refImg.getAccess(), tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f));
665 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, testImg.getAccess());
995 tcu::clear(refImg.getAccess(), clearColor);
1005 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, testImg.getAccess());
1012 renderReference(refImg.getAccess(), (int)m_positions.size(), &indices[0], &m_positions[0], &m_colors[0]);
1032 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, testImg.getAccess());
1035 renderReference(refImg.getAccess(), (in
[all...]
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.cpp53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
H A DteglGLES2RenderUtil.cpp57 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
H A DteglVGRenderUtil.cpp51 vgReadPixels(dst.getAccess().getDataPtr(), width*4, VG_sRGBA_8888, 0, 0, width, height);
/external/clang/lib/Sema/
H A DSemaAccess.cpp50 if (LexicalAS != AS_none && LexicalAS != PrevMemberDecl->getAccess()) {
55 << PrevMemberDecl << PrevMemberDecl->getAccess();
61 MemberDecl->setAccess(PrevMemberDecl->getAccess());
1099 if (D->getAccess() == AS_protected &&
1144 << (unsigned) (D->getAccess() == AS_protected)
1165 accessSoFar = D->getAccess();
1267 << (Entity.getAccess() == AS_protected)
1300 if (Entity.getTargetDecl()->getAccess() == AS_private &&
1301 (OrigDecl->getAccess() == AS_public ||
1302 OrigDecl->getAccess()
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
214 tcu::fillWithGrid(data.getAccess(), 8, generateRandomColor(rnd), Vec4(0.0f));
222 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassEmitter.java90 if (TypeUtils.isInterface(getAccess())) {
108 public int getAccess() { method in class:ClassEmitter
144 if (sig.equals(Constants.SIG_STATIC) && !TypeUtils.isInterface(getAccess())) {
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp375 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.front().getAccess());
384 tcu::clear(errorMask.getAccess(), tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f));
407 << tcu::TestLog::Image("Result", "Rendered result", image.getAccess())
416 << tcu::TestLog::Image("Result", "Rendered result", image.getAccess())
417 << tcu::TestLog::Image("ErrorMask", "Error mask", errorMask.getAccess())

Completed in 1301 milliseconds

123456789