HomeSort by relevance Sort by last modified time
    Searched defs:getAccess (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/common/
tcuSurface.hpp 59 ConstPixelBufferAccess getAccess (void) const;
60 PixelBufferAccess getAccess (void);
105 inline ConstPixelBufferAccess Surface::getAccess (void) const
111 inline PixelBufferAccess Surface::getAccess (void)
  /external/deqp/framework/referencerenderer/
rrGenericVector.hpp 87 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 () const
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
FieldListRecordBuilder.h 28 MemberAccess getAccess() const { return Access; }
  /external/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
DependentDiagnostic.h 67 AccessSpecifier getAccess() const {
UnresolvedSet.h 46 AccessSpecifier getAccess() const { return I->getAccess(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
DependentDiagnostic.h 67 AccessSpecifier getAccess() const {
UnresolvedSet.h 47 AccessSpecifier getAccess() const { return I->getAccess(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
DependentDiagnostic.h 67 AccessSpecifier getAccess() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /packages/apps/SecureElement/src/com/android/se/security/
AccessRuleCache.java 150 if ((channelAccess.getAccess() == ChannelAccess.ACCESS.DENIED)
151 || (ca.getAccess() == ChannelAccess.ACCESS.DENIED)) {
153 } else if ((channelAccess.getAccess() == ChannelAccess.ACCESS.UNDEFINED)
154 && (ca.getAccess() != ChannelAccess.ACCESS.UNDEFINED)) {
155 ca.setAccess(ca.getAccess(), ca.getReason());
156 } else if ((channelAccess.getAccess() != ChannelAccess.ACCESS.UNDEFINED)
157 && (ca.getAccess() == ChannelAccess.ACCESS.UNDEFINED)) {
158 ca.setAccess(channelAccess.getAccess(), channelAccess.getReason());
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 187 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
188 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
192 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
193 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
202 tcu::clear(m_colorBuffer.getAccess(), clearColor);
203 tcu::clear(m_resolveColorBuffer.getAccess(), clearColor);
211 tcu::clearDepth(m_depthStencilBuffer.getAccess(), defaultClearDepth());
213 m_renderTarget = new rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess()),
214 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthStencilBuffer.getAccess()));
219 tcu::clearStencil(m_depthStencilBuffer.getAccess(), defaultClearStencil())
    [all...]

Completed in 941 milliseconds

1 2 3 4 5 6 7 8 9