HomeSort by relevance Sort by last modified time
    Searched refs:VALUE_BOOL (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 208 VALUE_BOOL = (1<<5), // boolean scalar
221 B = VALUE_BOOL,
231 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 269 VALUE_BOOL = (1<<5), // boolean scalar
285 B = VALUE_BOOL,
298 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT || type == VALUE_UINT;
318 return (type & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0;
    [all...]

Completed in 40 milliseconds