HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BOOL (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 183 {"lessThan", "lessThan(${T} (1.0), ${T} (2.0))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 1.0f },
184 {"lessThan", "lessThan(${T} (1), ${T} (2))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 1.0f },
185 {"lessThanEqual", "lessThanEqual(${T} (1.0), ${T} (1.0))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 1.0f },
186 {"lessThanEqual", "lessThanEqual(${T} (1), ${T} (1))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 1.0f },
187 {"greaterThan", "greaterThan(${T} (1.0), ${T} (2.0))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 0.0f },
188 {"greaterThan", "greaterThan(${T} (1), ${T} (2))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 0.0f },
189 {"greaterThanEqual","greaterThanEqual(${T} (1.0), ${T} (2.0))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 0.0f },
190 {"greaterThanEqual","greaterThanEqual(${T} (1), ${T} (2))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 0.0f },
191 {"equal", "equal(${T} (1.0), ${T} (1.2))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 0.0f },
192 {"equal", "equal(${T} (1), ${T} (2))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 0.0f }
    [all...]
  /external/chromium_org/ppapi/shared_impl/
socket_option_data.cc 16 if (!out_value || type_ != TYPE_BOOL)
30 type_ = TYPE_BOOL;
socket_option_data.h 15 enum Type { TYPE_INVALID = 0, TYPE_BOOL = 1, TYPE_INT32 = 2 };
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 143 {"isnan", "isnan(${T} (1.3))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_BOOL, 0.0f },
144 {"isinf", "isinf(${T} (1.3))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_BOOL, 0.0f },
254 {"lessThan", "lessThan(${T} (1.0), ${T} (2.0))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 1.0f },
255 {"lessThan", "lessThan(${T} (-1), ${T} (2))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 1.0f },
256 {"lessThan", "lessThan(${T} (1), ${T} (2))", glu::TYPE_UINT, 2, 4, glu::TYPE_BOOL, 1.0f },
257 {"lessThanEqual", "lessThanEqual(${T} (1.0), ${T} (1.0))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 1.0f },
258 {"lessThanEqual", "lessThanEqual(${T} (-1), ${T} (-1))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 1.0f },
259 {"lessThanEqual", "lessThanEqual(${T} (1), ${T} (1))", glu::TYPE_UINT, 2, 4, glu::TYPE_BOOL, 1.0f },
260 {"greaterThan", "greaterThan(${T} (1.0), ${T} (2.0))", glu::TYPE_FLOAT, 2, 4, glu::TYPE_BOOL, 0.0f },
261 {"greaterThan", "greaterThan(${T} (-1), ${T} (2))", glu::TYPE_INT, 2, 4, glu::TYPE_BOOL, 0.0f }
    [all...]
  /external/stlport/stlport/stl/config/
_apple.h 40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_apple.h 40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
  /external/deqp/framework/randomshaders/
rsgVariableType.cpp 88 case TYPE_BOOL:
153 case TYPE_BOOL:
157 VariableType(TYPE_BOOL, 1)
187 case TYPE_BOOL:
242 case TYPE_BOOL:
rsgExecutionContext.cpp 37 return ExecValueAccess(VariableType::getScalarType(VariableType::TYPE_BOOL), m_data);
42 return ExecConstValueAccess(VariableType::getScalarType(VariableType::TYPE_BOOL), m_data);
147 case VariableType::TYPE_BOOL:
rsgUtils.cpp 73 case VariableType::TYPE_BOOL:
145 case VariableType::TYPE_BOOL:
159 VariableType::TYPE_BOOL,
170 case VariableType::TYPE_BOOL:
192 case VariableType::TYPE_BOOL:
260 case VariableType::TYPE_BOOL:
276 case VariableType::TYPE_BOOL:
310 case VariableType::TYPE_BOOL:
rsgVariableType.hpp 44 TYPE_BOOL,
162 bool isBoolOrVec (void) const { return m_baseType == TYPE_BOOL; }
  /external/chromium_org/v8/src/
flags.cc 31 enum FlagType { TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT,
48 DCHECK(type_ == TYPE_BOOL);
86 DCHECK(type_ == TYPE_BOOL);
113 case TYPE_BOOL:
138 case TYPE_BOOL:
172 case Flag::TYPE_BOOL: return "bool";
186 case Flag::TYPE_BOOL:
233 bool disabled = f->type() == Flag::TYPE_BOOL && !*f->bool_variable();
238 if (f->type() != Flag::TYPE_BOOL) {
369 if (flag->type() != Flag::TYPE_BOOL &
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 123 TYPE_BOOL,
198 inline bool isDataTypeBoolOrBVec (DataType dataType) { return (dataType >= TYPE_BOOL) && (dataType <= TYPE_BOOL_VEC4); }
199 inline bool isDataTypeScalar (DataType dataType) { return (dataType == TYPE_FLOAT) || (dataType == TYPE_INT) || (dataType == TYPE_UINT) || (dataType == TYPE_BOOL); }
201 inline bool isDataTypeScalarOrVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT, TYPE_FLOAT_VEC4) || deInRange32(dataType, TYPE_INT, TYPE_INT_VEC4) || deInRange32(dataType, TYPE_UINT, TYPE_UINT_VEC4) || deInRange32(dataType, TYPE_BOOL, TYPE_BOOL_VEC4); }
217 template <> struct DataTypeTraits<bool> { enum { DATATYPE = TYPE_BOOL }; };
236 DE_STATIC_ASSERT(TYPE_BOOL_VEC4 == TYPE_BOOL + 3);
gluShaderUtil.cpp 352 TYPE_BOOL, // bool
353 TYPE_BOOL, // bvec2
354 TYPE_BOOL, // bvec3
355 TYPE_BOOL, // bvec4
492 case TYPE_BOOL:
516 return getDataTypeVector(TYPE_BOOL, vecSize);
616 case GL_BOOL: return TYPE_BOOL;
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 65 DE_STATIC_ASSERT(glu::TYPE_BOOL+1 == glu::TYPE_BOOL_VEC2);
66 DE_STATIC_ASSERT(glu::TYPE_BOOL+2 == glu::TYPE_BOOL_VEC3);
67 DE_STATIC_ASSERT(glu::TYPE_BOOL+3 == glu::TYPE_BOOL_VEC4);
117 case glu::TYPE_BOOL:
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 181 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize,
204 _FieldDescriptor.TYPE_BOOL: encoder.BoolEncoder,
227 _FieldDescriptor.TYPE_BOOL: encoder.BoolSizer,
250 _FieldDescriptor.TYPE_BOOL: decoder.BoolDecoder,
272 _FieldDescriptor.TYPE_BOOL: wire_format.WIRETYPE_VARINT,
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 181 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize,
204 _FieldDescriptor.TYPE_BOOL: encoder.BoolEncoder,
227 _FieldDescriptor.TYPE_BOOL: encoder.BoolSizer,
250 _FieldDescriptor.TYPE_BOOL: decoder.BoolDecoder,
272 _FieldDescriptor.TYPE_BOOL: wire_format.WIRETYPE_VARINT,
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 65 public static final int TYPE_BOOL = 8;
356 case TYPE_BOOL:
435 case TYPE_BOOL:
495 case TYPE_BOOL:
583 case TYPE_BOOL:
688 case TYPE_BOOL:
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 63 case FieldDescriptor::TYPE_BOOL : return "TYPE_BOOL" ;
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 109 case FieldDescriptor::TYPE_BOOL : return "Bool" ;
141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 62 case FieldDescriptor::TYPE_BOOL : return "BOOL";

Completed in 664 milliseconds

1 2 3 4