HomeSort by relevance Sort by last modified time
    Searched defs:evaluateAt (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 392 tcu::Vec4 evaluateAt (float screenX, float screenY) const;
395 tcu::Vec4 Linear2DFunctionEvaluator::evaluateAt (float screenX, float screenY) const
446 ? (function.evaluateAt((float)x + 2.0f, (float)y + 0.5f))
447 : (function.evaluateAt((float)x + 0.5f, (float)y + 2.0f));
449 ? (function.evaluateAt((float)x - 1.0f, (float)y + 0.5f))
450 : (function.evaluateAt((float)x + 0.5f, (float)y - 1.0f));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 456 tcu::Vec4 evaluateAt (float screenX, float screenY) const;
459 tcu::Vec4 Linear2DFunctionEvaluator::evaluateAt (float screenX, float screenY) const
510 ? (function.evaluateAt((float)x + 2.0f, (float)y + 0.5f))
511 : (function.evaluateAt((float)x + 0.5f, (float)y + 2.0f));
513 ? (function.evaluateAt((float)x - 1.0f, (float)y + 0.5f))
514 : (function.evaluateAt((float)x + 0.5f, (float)y - 1.0f));
    [all...]
  /external/zxing/core/
core.jar 

Completed in 369 milliseconds