Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/lib/ui/painting/
Dvertices.cc45 const tonic::Float32List& texture_coordinates, in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp729 void getRightNeighbour(const glw::GLfloat* texture_coordinates, glw::GLuint face, glw::GLuint offse… in getRightNeighbour()
785 void getTopNeighbour(const glw::GLfloat* texture_coordinates, glw::GLuint face, glw::GLuint offset,… in getTopNeighbour()
1033 void prepareGradXForFace(glw::GLfloat* grad_x, glw::GLuint face, glw::GLfloat* texture_coordinates,… in prepareGradXForFace()
1072 void prepareGradYForFace(glw::GLfloat* grad_y, glw::GLuint face, glw::GLfloat* texture_coordinates,… in prepareGradYForFace()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp9094 static const float texture_coordinates[7][NUMBER_OF_POINTS_TO_DRAW * 4] = { in getTexCoordinates() local