Home
last modified time | relevance | path

Searched defs:location2 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp774 const GLint location2 = glGetUniformLocation(program, "color2"); in TEST_P() local
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp951 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); in transform() local
1002 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); in transform() local
/third_party/typescript/lib/
Dtsc.js81837 function emitBindingOrAssignment(target, value2, location2, original) { argument