Searched refs:texcoord (Results 1 – 3 of 3) sorted by relevance
108 vec2 texcoord;112 vec2 texcoord;121 texcoord = v_in[i].texcoord;129 In this shader, the inputs code:gl_Position, code:Inputs.texcoord, and151 vec2 texcoord;
76 vec2 texcoord;82 vec2 texcoord;107 texcoord = v[i].texcoord;122 vec2 texcoord;
334 GLESpointer* texcoord = m_texCoords + i; in postLoadRestoreCtx() local336 if (texcoord->isEnable()) { in postLoadRestoreCtx()