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

  /external/zlib/src/contrib/inflate86/
inffast.S 237 #define state_r %edi define
240 movl state_strm(strm_r), state_r
283 movl lencode_state(state_r), %eax
284 movl distcode_state(state_r), %ecx
290 movl lenbits_state(state_r), %ecx
296 movl distbits_state(state_r), %ecx
301 movl wsize_state(state_r), %eax
302 movl write_state(state_r), %ecx
303 movl window_state(state_r), %edx
309 movl hold_state(state_r), %eb
1253 #define state_r %edx define
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 718 GLboolean state_r = GL_FALSE; local
721 ctx->dispatcher().glGetBooleanv(GL_TEXTURE_GEN_R,&state_r);
722 *params = state_s && state_t && state_r ? GL_TRUE: GL_FALSE;
2178 GLfloat state_r = GL_FALSE; local
2194 GLint state_r = GL_FALSE; local
2212 GLfloat state_r = GL_FALSE; local
    [all...]

Completed in 144 milliseconds