Searched refs:x_left (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1149 const glw::GLfloat x_left = -1.0f + x_mid_step + ((glw::GLfloat)x_offset_for_face) * x_step; in preparePositionForFace() local 1150 const glw::GLfloat x_middle = x_left + x_step; in preparePositionForFace() 1157 vectorSet4(positions, 0, x_left, y_top, 0.0f, 1.0f); in preparePositionForFace() 1160 vectorSet4(positions, 3, x_left, y_middle, 0.0f, 1.0f); in preparePositionForFace() 1163 vectorSet4(positions, 6, x_left, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4469 float x_left = static_cast<float>(x) * pixelWidth - 1.0f; in iterate() local 4470 float x_mid = x_left + pixelWidthHalf; in iterate() 4471 float x_right = x_left + pixelWidth; in iterate() 4482 tcu::Vec2(x_left, y_top), in iterate()
|
/external/freetype/src/base/ |
D | ftobjs.c | 359 FT_Pos x_left, y_top; in ft_glyphslot_preset_bitmap() local 454 x_left = pbox.xMin; in ft_glyphslot_preset_bitmap() 480 slot->bitmap_left = (FT_Int)x_left; in ft_glyphslot_preset_bitmap()
|
/external/freetype/ |
D | ChangeLog.25 | 519 too negative values in `x_left' and `y_top'. Either negative
|