Searched defs:texcoords (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/util/ |
H A D | geometry_utils.h | 42 std::vector<angle::Vector2> texcoords; member
|
/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/ |
H A D | FogTest.cpp | 222 const GLfloat texcoords[8] = {0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0}; in TEST_P() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglGLES2SharingTests.cpp | 649 GLfloat texcoords[] = {0.0f, 0.0f, 0.5f, 0.0f, 0.5f, 1.0f, 0.0f, 1.0f}; in renderResource() local 674 GLfloat texcoords[] = {0.5f, 0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 0.5f, 1.0f}; in renderResource() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/shaders/ |
H A D | common.h | 86 static inline float3 cubeTexcoords(float2 texcoords, int face) in cubeTexcoords()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.h | 128 uint32_t texcoords; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_context.h | 132 } texcoords[I915_TEX_UNITS]; member
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | FramebufferTest.cpp | 7016 const std::vector<float> texcoords = {0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f}; in TEST_P() local
|