Searched refs:NegInt (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 55 struct NegInt struct 58 NegInt (GLint value_) : value(value_) {} in NegInt() argument 61 std::ostream& operator<< (std::ostream& str, const NegInt& v) { return str << v.value; } in operator <<() 99 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param) in query() 101 return NegInt(query<GLint>(gl, param)); in query() 128 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare()
|
/external/r8/src/main/java/com/android/tools/r8/code/ |
D | NegInt.java | 9 public class NegInt extends Format12x { class 15 /*package*/ NegInt(int high, BytecodeStream stream) { in NegInt() method in NegInt 19 public NegInt(int dest, int source) { in NegInt() method in NegInt
|
D | BaseInstructionFactory.java | 241 case NegInt.OPCODE: in create() 242 return new NegInt(high, stream); in create()
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 64 struct NegInt struct 67 NegInt (GLint value_) : value(value_) {} in NegInt() function 70 std::ostream& operator<< (std::ostream& str, const NegInt& v) { return str << v.value; } in operator <<() 132 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param) in query() 134 return NegInt(query<GLint>(gl, param)); in query() 167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() 220 template <> struct QueryTypeTraits<NegInt> { enum { CLASS = CLASS_VALUE }; }; 487 LIMIT_CASE(min_program_texel_offset, GL_MIN_PROGRAM_TEXEL_OFFSET, NegInt, -8); in init()
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | Neg.java | 8 import com.android.tools.r8.code.NegInt; 69 instruction = new NegInt(dest, src); in buildDex()
|