Home
last modified time | relevance | path

Searched defs:normals (Results 1 – 11 of 11) sorted by relevance

/external/angle/util/
Dgeometry_utils.h27 std::vector<angle::Vector3> normals; member
41 std::vector<angle::Vector3> normals; member
/external/angle/samples/gles1/
DSimpleLighting.cpp50 GLfloat normals[] = { in draw() local
/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp103 std::vector<const CFX_CSSPropertyHolder*> normals; in ApplyDeclarations() local
125 std::vector<const CFX_CSSPropertyHolder*>* normals, in ExtractValues()
/external/replicaisland/src/com/replica/replicaisland/
DSolidSurfaceComponent.java87 final FixedSizeArray<Vector2> normals = mNormals; in update() local
/external/skia/gm/
Druntimeshader.cpp726 static sk_sp<SkShader> lit_shader(sk_sp<SkShader> normals) { in lit_shader()
740 static sk_sp<SkShader> lit_shader_linear(sk_sp<SkShader> normals) { in lit_shader_linear()
/external/angle/src/tests/gl_tests/gles1/
DLightsTest.cpp386 std::vector<float> normals = { in TEST_P() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java844 ArrayList<TestParcelable> normals = new ArrayList<>(); in testWriteTypedListAndCreateTypedArrayList() local
/external/skia/tools/viewer/
D3DSlide.cpp78 static SkM44 normals(SkM44 m) { in normals() function
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp563 sk_sp<SkShader> normals = make_normal_shader(std::move(input[0]), clampRect, surfaceDepth); in onFilterImage() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp189 auto &normals = getRandomNormals<T>(rnd); in getInputValues() local
/external/skia/src/utils/
DSkPolyUtils.cpp1235 AutoSTMalloc<64, SkVector> normals(inputPolygonSize); in SkOffsetSimplePolygon() local