HomeSort by relevance Sort by last modified time
    Searched refs:nz (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /external/ceres-solver/internal/ceres/
suitesparse.cc 101 m.nz = NULL;
  /external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 216 if region in ('au', 'ca', 'nz', 'za'):
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 272 uint32_t nz; // non-zero blocks member in struct:__anon16908
  /external/oprofile/module/ia64/
IA64minstate.h 179 tbit.nz p15, p0=rCRIPSR, IA64_PSR_I_BIT \
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 495 public void glNormal3f(float nx, float ny, float nz) {
496 ((GL10)mGL).glNormal3f(nx, ny, nz);
500 public void glNormal3x(int nx, int ny, int nz) {
501 ((GL10)mGL).glNormal3x(nx, ny, nz);
  /external/webp/src/enc/
vp8enci.h 272 uint32_t nz; // non-zero blocks member in struct:__anon37077
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 727 int32_t nz = populatePrefixSuffix( local
733 if (nz != numZeros) {
741 numZeros = nz;
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /external/opencv/ml/src/
mltree.cpp 1352 int nz = 0, m = data->get_num_classes(); local
2439 int nz = n - node->get_num_valid(node->split->var_idx); local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 49 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz);
133 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz);
226 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz);
gl_entry.cpp 34 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
118 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
211 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz);
459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz)
462 ctx->glNormal3f(ctx, nx, ny, nz);
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp 167 int el_type = 0, nz = -1; local
183 CV_CALL( nz = cvCountNonZero(_element));
184 if( nz == _ksize.width*_ksize.height )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 1064 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
1483 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
    [all...]
  /external/chromium_org/v8/src/mips/
constants-mips.h 478 nz = not_equal,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 1064 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
1483 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 570 // C function void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
575 int nz
    [all...]
GLErrorWrapper.java 589 public void glNormal3f(float nx, float ny, float nz) {
591 mgl.glNormal3f(nx, ny, nz);
595 public void glNormal3x(int nx, int ny, int nz) {
597 mgl.glNormal3x(nx, ny, nz);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 117 void (GLAPIENTRY *glNormal3f) (GLfloat nx, GLfloat ny, GLfloat nz);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.c 645 _es_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz)
649 (GLfloat) (nz / 65536.0f));
  /external/mesa3d/include/GLES/
gl.h 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
    [all...]
  /external/mesa3d/src/mesa/main/
es1_conversion.c 645 _es_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz)
649 (GLfloat) (nz / 65536.0f));
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 754 // C function void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
759 float nz
762 // C function void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
767 int nz
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
    [all...]

Completed in 1390 milliseconds

1 23 4 5 6 7 8 91011