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

  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 93 T* typedPtr = (T*)dst;
95 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 94 T* typedPtr = (T*)dst;
96 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue);
    [all...]

Completed in 104 milliseconds