Searched defs:m_storage (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvas2DContextAttributes.h60 Canvas2DContextStorage m_storage; member in class:blink::Canvas2DContextAttributes
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp58 Storage getStorage (void) const { return m_storage; }
63 void setStorage (Storage storage) { m_storage = storage; }
72 Storage m_storage; member in class:rsg::Variable
H A DrsgVariableValue.hpp348 VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType()) {}
352 ValueAccess getValue (void) { return m_storage.getValue(m_variable->getType()); }
353 ConstValueAccess getValue (void) const { return m_storage.getValue(m_variable->getType()); }
362 ValueStorage<1> m_storage; member in class:rsg::VariableValue
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebPrivatePtr.h198 WebPrivatePtr() : m_storage(0) { }
205 BLINK_ASSERT(!m_storage);
208 bool isNull() const { return !m_storage; }
213 : m_storage(0)
237 ASSERT(m_storage);
243 ASSERT(m_storage);
250 PtrStorage<T>& storage() { return PtrStorage<T>::fromSlot(&m_storage); }
251 const PtrStorage<T>& storage() const { return PtrStorage<T>::fromSlot(&m_storage); }
265 void* m_storage; member in class:blink::WebPrivatePtr
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h169 void* m_storage; member in class:blink::ImmutableStylePropertySet
177 return reinterpret_cast<const RawPtrWillBeMember<CSSValue>*>(const_cast<const void**>(&(this->m_storage)));
182 return reinterpret_cast<const StylePropertyMetadata*>(&reinterpret_cast<const char*>(&(this->m_storage))[m_arraySize * sizeof(RawPtrWillBeMember<CSSValue>)]);
/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp147 const StorageType m_storage; member in class:deqp::gles31::Functional::__anon20335::InterInvocationTestCase
166 , m_storage (storage)
180 DE_ASSERT(m_storage < STORAGE_LAST);
195 if (m_useAtomic && m_storage == STORAGE_IMAGE && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_image_atomic"))
207 if (m_storage == STORAGE_BUFFER)
220 else if (m_storage == STORAGE_IMAGE)
295 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer") : ("image")) + " content verification failed").c_str());
320 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages)
325 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages)
333 else if (m_storage
[all...]
H A Des31fProgramInterfaceDefinitionUtil.hpp85 VariableSearchFilter (glu::ShaderType shaderType, glu::Storage storage) : m_shaderType(shaderType), m_storage(storage), m_null(false) { }
90 bool matchesFilter (const glu::VariableDeclaration& variable) const { return !m_null && (m_storage == glu::STORAGE_LAST || variable.storage == m_storage); }
91 bool matchesFilter (const glu::InterfaceBlock& block) const { return !m_null && (m_storage == glu::STORAGE_LAST || block.storage == m_storage); }
94 glu::Storage getStorageFilter (void) const { return m_storage; }
97 VariableSearchFilter (glu::ShaderType shaderType, glu::Storage storage, bool empty) : m_shaderType(shaderType), m_storage(storage), m_null(empty) { }
100 const glu::Storage m_storage; member in struct:deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter
H A Des31fProgramInterfaceQueryTests.cpp251 , m_storage (storage)
257 const glu::Storage m_storage; member in class:deqp::gles31::Functional::__anon20287::ResourceDefinition::StorageQualifier
504 variable.storage = qualifier->m_storage;
509 interfaceBlock.storage = qualifier->m_storage;
1148 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage);
1149 structureDescriptor << "\n\tdeclared as " << glu::getStorageName(storageDef->m_storage);
1438 const glu::Storage m_storage;
1445 , m_storage (storage)
1470 precedingInterfaceBlock.storage = m_storage;
1476 if (m_storage
[all...]
/external/opencv/
H A Dcvjni.h54 CvMemStorage *m_storage = 0; variable
/external/deqp/modules/egl/
H A DteglImageTests.cpp395 , m_storage (storage)
429 GLU_CHECK_CALL(glTexImage2D(GL_TEXTURE_2D, 0, m_storage, 64, 64, 0, m_storage, GL_UNSIGNED_BYTE, DE_NULL));
479 GLU_CHECK_CALL(glTexImage2D(faces[faceNdx], 0, m_storage, 64, 64, 0, m_storage, GL_UNSIGNED_BYTE, DE_NULL));
514 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, m_storage, 64, 64));
545 GLenum m_storage; member in class:deqp::egl::Image::CreateImageGLES2
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h126 DenseStorage<Scalar, Base::MaxSizeAtCompileTime, Base::RowsAtCompileTime, Base::ColsAtCompileTime, Options> m_storage; member in class:Eigen::PlainObjectBase
135 EIGEN_STRONG_INLINE Index rows() const { return m_storage.rows(); }
136 EIGEN_STRONG_INLINE Index cols() const { return m_storage.cols(); }
141 return m_storage.data()[colId + rowId * m_storage.cols()];
143 return m_storage.data()[rowId + colId * m_storage.rows()];
148 return m_storage.data()[index];
154 return m_storage.data()[colId + rowId * m_storage
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h821 PageMemory* storage() const { return m_storage; }
842 PageMemory* m_storage; member in class:blink::BaseHeapPage
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp184 virtual Array::Storage getStorageType (void) const { return m_storage; }
198 Storage m_storage; member in class:deqp::gls::ContextArray

Completed in 232 milliseconds