Searched defs:OperationType (Results 1 - 21 of 21) sorted by last modified time

/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp280 enum OperationType enum in namespace:deqp::gles3::Functional::MatrixCaseUtils
322 static OperationType getOperationType (MatrixOp op)
H A Des3fShaderOperatorTests.cpp429 enum OperationType enum in namespace:deqp::gles3::Functional
443 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
469 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
505 OperationType type;
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp166 enum OperationType enum in namespace:deqp::gles2::Functional::MatrixCaseUtils
202 static OperationType getOperationType (MatrixOp op)
H A Des2fShaderOperatorTests.cpp248 enum OperationType enum in namespace:deqp::gles2::Functional
257 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
289 OperationType type;
/external/clang/lib/Sema/
H A DSemaChecking.cpp4173 unsigned OperationType = 0; local
4178 OperationType = 1;
4180 OperationType = 2;
4182 OperationType = 3;
4189 << FnName << IsContained << ContainedRD << OperationType
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h45 enum OperationType { enum in class:blink::FilterOperation
60 static bool canInterpolate(FilterOperation::OperationType type)
89 OperationType type() const { return m_type; }
98 FilterOperation(OperationType type)
103 OperationType m_type;
161 static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount, OperationType type)
179 BasicColorMatrixFilterOperation(double amount, OperationType type)
190 FilterOperation::OperationType type = operation.type();
199 static PassRefPtr<BasicComponentTransferFilterOperation> create(double amount, OperationType type)
219 BasicComponentTransferFilterOperation(double amount, OperationType typ
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperation.h39 enum OperationType { enum in class:blink::TransformOperation
64 virtual OperationType type() const = 0;
70 OperationType opType = type();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorkerCache.h40 enum OperationType { enum in class:blink::WebServiceWorkerCache
50 OperationType operationType;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContextTest.cpp33 enum OperationType { enum in class:blink::MockCanvas
39 OperationType type;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h44 enum OperationType { enum in class:blink::ClipPathOperation
54 OperationType type() const { return m_type; }
58 ClipPathOperation(OperationType type)
63 OperationType m_type;
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_operation.h40 enum OperationType { enum in class:delegate_execute::DelegateExecuteOperation
50 OperationType operation_type() const {
70 OperationType operation_type_;
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.cc110 enum OperationType { CHANNEL_ID_ADD, CHANNEL_ID_DELETE }; enum in class:net::SQLiteChannelIDStore::Backend::PendingOperation
112 PendingOperation(OperationType op,
116 OperationType op() const { return op_; }
122 OperationType op_;
128 void BatchOperation(PendingOperation::OperationType op,
450 PendingOperation::OperationType op,
/external/chromium_org/ppapi/shared_impl/
H A Dfile_io_state_manager.h24 enum OperationType { enum in class:ppapi::FileIOStateManager
41 OperationType get_pending_operation() const { return pending_op_; }
50 int32_t CheckOperationState(OperationType new_op, bool should_be_open);
53 void SetPendingOperation(OperationType op);
58 OperationType pending_op_;
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h39 enum OperationType { enum in class:storage::CopyOrMoveOperationDelegate
97 OperationType operation_type,
149 OperationType operation_type_;
H A Dfile_system_operation.h460 enum OperationType { enum in class:storage::FileSystemOperation
/external/chromium_org/components/search_engines/
H A Dkeyword_table.h80 enum OperationType { enum in class:KeywordTable
86 typedef std::pair<OperationType, TemplateURLData> Operation;
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc140 enum OperationType { enum in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
145 PendingOperation(OperationType type,
154 OperationType type;
163 void BatchOperation(OperationType type,
500 OperationType type,
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc138 } OperationType; typedef in class:content::SQLitePersistentCookieStore::Backend::PendingOperation
140 PendingOperation(OperationType op, const net::CanonicalCookie& cc)
143 OperationType op() const { return op_; }
147 OperationType op_;
197 void BatchOperation(PendingOperation::OperationType op,
924 PendingOperation::OperationType op,
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.h49 enum OperationType { enum in class:content::WebFileWriterBase
65 OperationType operation_;
/external/chromium_org/content/public/common/
H A Dsocket_permission_request.h15 enum OperationType { enum in struct:content::SocketPermissionRequest
28 SocketPermissionRequest(OperationType type,
36 OperationType type;
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.h94 enum OperationType { enum in class:extensions::InstallVerifier
104 OperationType type;
109 explicit PendingOperation(OperationType type);
122 void AddMany(const ExtensionIdSet& ids, OperationType type);
126 void OnVerificationComplete(bool success, OperationType type);

Completed in 3866 milliseconds