Searched defs:texcoords (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/ |
H A D | geometry_utils.h | 42 std::vector<angle::Vector2> texcoords; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
H A D | common.h | 74 static inline float3 cubeTexcoords(float2 texcoords, int face) in cubeTexcoords() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.h | 128 uint32_t texcoords; member
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingTests.cpp | 642 GLfloat texcoords[] = {0.0f, 0.0f, 0.5f, 0.0f, 0.5f, 1.0f, 0.0f, 1.0f}; in renderResource() local 667 GLfloat texcoords[] = {0.5f, 0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 0.5f, 1.0f}; in renderResource() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_context.h | 132 } texcoords[I915_TEX_UNITS]; member
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 792 GLTF2::GLTFLoadDataResult texcoords[2]; in ProcessPrimitives() local 549 LoadPrimitiveAttributeData(const GLTF2::MeshPrimitive& primitive, GLTF2::GLTFLoadDataResult& positions, GLTF2::GLTFLoadDataResult& normals, array_view<GLTF2::GLTFLoadDataResult> texcoords, GLTF2::GLTFLoadDataResult& tangents, GLTF2::GLTFLoadDataResult& joints, GLTF2::GLTFLoadDataResult& weights, GLTF2::GLTFLoadDataResult& colors, const uint32_t& flags) LoadPrimitiveAttributeData() argument 753 GatherErrorStrings(size_t primitiveIndex, const GLTF2::GLTFLoadDataResult& position, const GLTF2::GLTFLoadDataResult& normal, array_view<const GLTF2::GLTFLoadDataResult> texcoords, const GLTF2::GLTFLoadDataResult& tangent, const GLTF2::GLTFLoadDataResult& color, const GLTF2::GLTFLoadDataResult& joint, const GLTF2::GLTFLoadDataResult& weight) GatherErrorStrings() argument [all...] |
Completed in 8 milliseconds