HomeSort by relevance Sort by last modified time
    Searched refs:v2i (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 78 'unpackrect', 'unqdevice', 'v2d', 'v2f', 'v2i', 'v2s', 'v3d', 'v3f',
140 print 'v2i'
141 gl.v2i(400, 0)
142 gl.v2i(0, 400)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 78 'unpackrect', 'unqdevice', 'v2d', 'v2f', 'v2i', 'v2s', 'v3d', 'v3f',
140 print 'v2i'
141 gl.v2i(400, 0)
142 gl.v2i(0, 400)
  /external/boringssl/src/crypto/x509v3/
v3_conf.c 135 if (method->v2i)
145 ext_struc = method->v2i(method, ctx, nval);
  /external/eigen/unsupported/test/
openglsupport.cpp 228 "uniform ivec2 v2i;\n"
234 "void main(void) { gl_FragColor = vec4(v2f[0]+v3f[0]+v4f[0])+vec4(v2i[0]+v3i[0]+v4i[0])+vec4(m2f[0][0]+m3f[0][0]+m4f[0][0]); }\n";
241 VERIFY_UNIFORMi(v2i, Vector2i);
  /external/boringssl/src/include/openssl/
x509v3.h 109 X509V3_EXT_V2I v2i; member in struct:v3_ext_method

Completed in 311 milliseconds