Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp731 void getRightNeighbour(const glw::GLfloat *texture_coordinates, glw::GLuint face, glw::GLuint offse… in getRightNeighbour()
787 void getTopNeighbour(const glw::GLfloat *texture_coordinates, glw::GLuint face, glw::GLuint offset,… in getTopNeighbour()
1035 void prepareGradXForFace(glw::GLfloat *grad_x, glw::GLuint face, glw::GLfloat *texture_coordinates,… in prepareGradXForFace()
1074 void prepareGradYForFace(glw::GLfloat *grad_y, glw::GLuint face, glw::GLfloat *texture_coordinates,… in prepareGradYForFace()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp11014 static const float texture_coordinates[7][NUMBER_OF_POINTS_TO_DRAW * 4] = { in getTexCoordinates() local