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

  /external/owasp/sanitizer/src/tests/org/owasp/html/
StylingPolicyTest.java 49 public static final void testColors() {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDynamicOffsetTests.cpp 100 static const tcu::Vec4 testColors[] =
161 const deUint32 numColors = DE_LENGTH_OF_ARRAY(testColors);
357 deMemcpy(&hostBuffer[(deUint32)offsetAlignment * colorIdx], &testColors[colorIdx], 16);
592 const deUint32 numTestColors = DE_LENGTH_OF_ARRAY(testColors);
601 refColor += testColors[quadIdx + binding * bindingOffset + binding];
603 refColor += testColors[(m_params.numDynamicBindings + binding) * bindingOffset];
749 const deUint32 numColors = DE_LENGTH_OF_ARRAY(testColors);
    [all...]

Completed in 113 milliseconds