HomeSort by relevance Sort by last modified time
    Searched refs:indx (Results 26 - 50 of 217) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_9pf.cpp 854 indx = codebook index (Word16)
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
906 indx = 0;
1003 Word16 indx; local
    [all...]
c3_14pf.cpp 617 indx
684 Word16 indx; local
698 indx = 0;
770 /* indx = add(indx, index, pOverflow); */
771 indx += index;
809 return indx;
c4_17pf.cpp 688 indx
754 Word16 indx; local
770 indx = 0;
837 /* indx = add(indx, index, pOverflow); */
838 indx += index;
885 return indx;
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-type.c 474 unsigned long indx; /* type # (must be same as output order) */ member in struct:cv_type
501 static cv_type *cv_type_create(unsigned long indx);
519 unsigned long indx = CV_FIRST_NONPRIM; local
528 type = cv_type_create(indx++);
645 ((const cv_type *)leaf->args[arg++].p)->indx);
667 cv_type_create(unsigned long indx)
671 type->indx = indx;
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc     [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 829 void GL_APIENTRY glVertexAttrib1f(GLuint indx, GLfloat x) {
830 glGetInterfacePPAPI()->VertexAttrib1f(glGetCurrentContextPPAPI(), indx, x); local
833 void GL_APIENTRY glVertexAttrib1fv(GLuint indx, const GLfloat* values) {
835 glGetCurrentContextPPAPI(), indx, values); local
838 void GL_APIENTRY glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) {
839 glGetInterfacePPAPI()->VertexAttrib2f(glGetCurrentContextPPAPI(), indx, x, y); local
842 void GL_APIENTRY glVertexAttrib2fv(GLuint indx, const GLfloat* values) {
844 glGetCurrentContextPPAPI(), indx, values); local
848 glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) {
850 glGetCurrentContextPPAPI(), indx, x, y, z) local
855 glGetCurrentContextPPAPI(), indx, values); local
861 glGetCurrentContextPPAPI(), indx, x, y, z, w); local
866 glGetCurrentContextPPAPI(), indx, values); local
876 glGetCurrentContextPPAPI(), indx, size, type, normalized, stride, ptr); local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 141 void glVertexAttrib1f(GLuint indx, GLfloat x);
142 void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
143 void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
144 void glVertexAttrib2fv(GLuint indx, const GLfloat* values);
145 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
146 void glVertexAttrib3fv(GLuint indx, const GLfloat* values);
147 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
148 void glVertexAttrib4fv(GLuint indx, const GLfloat* values);
149 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
210 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen)
    [all...]
gl2_enc.h 157 void glVertexAttrib1f_enc(void *self , GLuint indx, GLfloat x);
158 void glVertexAttrib1fv_enc(void *self , GLuint indx, const GLfloat* values);
159 void glVertexAttrib2f_enc(void *self , GLuint indx, GLfloat x, GLfloat y);
160 void glVertexAttrib2fv_enc(void *self , GLuint indx, const GLfloat* values);
161 void glVertexAttrib3f_enc(void *self , GLuint indx, GLfloat x, GLfloat y, GLfloat z);
162 void glVertexAttrib3fv_enc(void *self , GLuint indx, const GLfloat* values);
163 void glVertexAttrib4f_enc(void *self , GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
164 void glVertexAttrib4fv_enc(void *self , GLuint indx, const GLfloat* values);
165 void glVertexAttribPointer_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
226 void glVertexAttribPointerData_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen)
    [all...]
  /cts/tools/dasm/src/java_cup/
production.java 175 public production_part rhs(int indx) throws internal_error
177 if (indx >= 0 && indx < _rhs_length)
178 return _rhs[indx];
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 198 @param indx Index of a frame in DPB (AVC library keeps track of the index).
202 typedef int (*FunctionType_FrameBind)(void *userData, int indx, uint8 **yuv);
207 @param indx Index of frame to be unbound (AVC library keeps track of the index).
  /frameworks/base/core/java/android/database/
CursorWindow.java 752 for (int indx = 0; indx < size; indx++) {
753 int pid = sWindowToPidMap.valueAt(indx);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 39 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
45 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
47 glVertexAttribIPointer(indx, size, type, stride, pointer);
  /external/chromium_org/third_party/libxml/src/
xpointer.c 237 * @indx: the indx within the node
244 xmlXPtrNewPoint(xmlNodePtr node, int indx) {
249 if (indx < 0)
260 ret->index = indx;
921 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) {
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
934 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx);
1997 int indx = xmlXPtrGetIndex(node); local
    [all...]
  /external/libxml2/
debugXML.c 538 int indx; local
541 for (indx = 0; indx < 5; indx++) {
542 if (indx != 0)
1939 int indx; local
2989 int indx; local
3100 int indx; local
3182 int indx; local
3338 int indx; local
    [all...]
xpointer.c 237 * @indx: the indx within the node
244 xmlXPtrNewPoint(xmlNodePtr node, int indx) {
249 if (indx < 0)
260 ret->index = indx;
921 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) {
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
934 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx);
2000 int indx = xmlXPtrGetIndex(node); local
    [all...]
entities.c 579 size_t indx = out - buffer; local
580 if (indx + 100 > buffer_size) {
583 out = &buffer[indx];
600 indx = out - buffer;
601 if (indx + 100 > buffer_size) {
603 out = &buffer[indx];
629 indx = out - buffer;
630 if (indx + 100 > buffer_size) {
632 out = &buffer[indx];
805 size_t indx = out - buffer local
    [all...]
  /external/oprofile/libpp/
format_output.cpp 841 size_t indx = is_module ? 0 : 1; local
867 indx = xml_get_symbol_index(qname);
869 out << init_attr(ID_REF, indx);
873 symbol_details_t & sd = symbol_details[indx];
880 sd.id = indx;
955 size_t indx; local
980 indx = xml_get_symbol_index(qname);
982 indx = xml_get_symbol_index(symqname);
985 out << init_attr(ID_REF, indx);
1006 size_t indx; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 273 void BitVector_Bit_Off (/*@out@*/ wordptr addr, N_int indx); /* X = X \ {x} */
275 void BitVector_Bit_On (/*@out@*/ wordptr addr, N_int indx); /* X = X + {x} */
277 boolean BitVector_bit_flip (/*@out@*/ wordptr addr, N_int indx); /* (X+{x})\(X*{x}) */
280 boolean BitVector_bit_test (wordptr addr, N_int indx); /* {x} in X ? */
283 void BitVector_Bit_Copy (/*@out@*/ wordptr addr, N_int indx, boolean bit);
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 577 void GLES2VertexAttrib1f(GLuint indx, GLfloat x) {
578 gles2::GetGLContext()->VertexAttrib1f(indx, x);
580 void GLES2VertexAttrib1fv(GLuint indx, const GLfloat* values) {
581 gles2::GetGLContext()->VertexAttrib1fv(indx, values);
583 void GLES2VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) {
584 gles2::GetGLContext()->VertexAttrib2f(indx, x, y);
586 void GLES2VertexAttrib2fv(GLuint indx, const GLfloat* values) {
587 gles2::GetGLContext()->VertexAttrib2fv(indx, values);
589 void GLES2VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) {
590 gles2::GetGLContext()->VertexAttrib3f(indx, x, y, z)
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 450 virtual void VertexAttrib1f(GLuint indx, GLfloat x) OVERRIDE;
452 virtual void VertexAttrib1fv(GLuint indx, const GLfloat* values) OVERRIDE;
454 virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) OVERRIDE;
456 virtual void VertexAttrib2fv(GLuint indx, const GLfloat* values) OVERRIDE;
458 virtual void VertexAttrib3f(GLuint indx,
463 virtual void VertexAttrib3fv(GLuint indx, const GLfloat* values) OVERRIDE;
465 virtual void VertexAttrib4f(GLuint indx,
471 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) OVERRIDE;
473 virtual void VertexAttribPointer(GLuint indx,
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 606 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
608 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
612 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
614 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);

Completed in 2525 milliseconds

12 3 4 5 6 7 8 9