Searched refs:texture_coordinates (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 729 void getRightNeighbour(const glw::GLfloat* texture_coordinates, glw::GLuint face, glw::GLuint offse… in getRightNeighbour() argument 738 const glw::GLfloat coord_x = texture_coordinates[0]; in getRightNeighbour() 739 const glw::GLfloat coord_y = texture_coordinates[1]; in getRightNeighbour() 740 const glw::GLfloat coord_z = texture_coordinates[2]; in getRightNeighbour() 785 void getTopNeighbour(const glw::GLfloat* texture_coordinates, glw::GLuint face, glw::GLuint offset,… in getTopNeighbour() argument 794 const glw::GLfloat coord_x = texture_coordinates[0]; in getTopNeighbour() 795 const glw::GLfloat coord_y = texture_coordinates[1]; in getTopNeighbour() 796 const glw::GLfloat coord_z = texture_coordinates[2]; in getTopNeighbour() 1034 void prepareGradXForFace(glw::GLfloat* grad_x, glw::GLuint face, glw::GLfloat* texture_coordinates,… in prepareGradXForFace() argument 1045 …getRightNeighbour(texture_coordinates + texture_coordinates_offset, face, 1, width, grad_x + grad_… in prepareGradXForFace() [all …]
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 9090 static const float texture_coordinates[7][NUMBER_OF_POINTS_TO_DRAW * 4] = { in getTexCoordinates() local 9112 return texture_coordinates[0]; in getTexCoordinates() 9114 return texture_coordinates[1]; in getTexCoordinates() 9116 return texture_coordinates[2]; in getTexCoordinates() 9118 return texture_coordinates[3]; in getTexCoordinates() 9120 return texture_coordinates[4]; in getTexCoordinates() 9122 return texture_coordinates[5]; in getTexCoordinates() 9124 return texture_coordinates[6]; in getTexCoordinates()
|