Home
last modified time | relevance | path

Searched defs:indices (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h82 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax()
94 (const T *indices, int count, int *min, int *max, in minmaxExcept()
111 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
130 (T *indices, int count, int offset, in shiftIndicesExcept()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c1781 Py_ssize_t *indices; /* one index per pool */ member
1794 Py_ssize_t *indices = NULL; in product_new() local
1911 Py_ssize_t *indices = lz->indices; in product_next() local
2032 Py_ssize_t *indices; /* one index per result element */ member
2048 Py_ssize_t *indices = NULL; in combinations_new() local
2119 Py_ssize_t *indices = co->indices; in combinations_next() local
2281 Py_ssize_t *indices; /* one index per result element */ member
2297 Py_ssize_t *indices = NULL; in cwr_new() local
2368 Py_ssize_t *indices = co->indices; in cwr_next() local
2524 Py_ssize_t *indices; /* one index per element in the pool */ member
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c1812 Py_ssize_t *indices; /* one index per pool */ member
1825 Py_ssize_t *indices = NULL; in product_new() local
1950 Py_ssize_t *indices = lz->indices; in product_next() local
2071 Py_ssize_t *indices; /* one index per result element */ member
2087 Py_ssize_t *indices = NULL; in combinations_new() local
2158 Py_ssize_t *indices = co->indices; in combinations_next() local
2320 Py_ssize_t *indices; /* one index per result element */ member
2336 Py_ssize_t *indices = NULL; in cwr_new() local
2407 Py_ssize_t *indices = co->indices; in cwr_next() local
2563 Py_ssize_t *indices; /* one index per element in the pool */ member
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices) in PyBuffer_GetPointer()
487 Py_ssize_t *indices, elements; in PyBuffer_ToContiguous() local
538 Py_ssize_t *indices, elements; in PyBuffer_FromContiguous() local
589 Py_ssize_t *indices, elements; in PyObject_CopyData() local
Dmemoryobject.c175 Py_ssize_t *indices; in _indirect_copy_nd() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices) in PyBuffer_GetPointer()
487 Py_ssize_t *indices, elements; in PyBuffer_ToContiguous() local
538 Py_ssize_t *indices, elements; in PyBuffer_FromContiguous() local
589 Py_ssize_t *indices, elements; in PyObject_CopyData() local
Dmemoryobject.c175 Py_ssize_t *indices; in _indirect_copy_nd() local
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp211 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData()
325 const void* indices, GLsizei primcount, GLsizei) { in glDrawElementsInstancedDataAEMU()
336 GLenum type, const GLvoid* indices, GLsizei) { in glDrawRangeElementsDataAEMU()
DGLESv1.cpp255 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp136 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; in render() local
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp694 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements()
1421 …awElementsEXT(GLenum mode, const GLsizei* count, GLenum type, const GLvoid* const* indices, GLsize… in glMultiDrawElementsEXT()
2054 void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei … in glDrawElementsInstanced()
2060 void glDrawElementsInstancedDataAEMU(GLenum mode, GLsizei count, GLenum type, const void* indices, … in glDrawElementsInstancedDataAEMU()
2072 …eElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices) in glDrawRangeElements()
2078 …Lenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices, GLsizei d… in glDrawRangeElementsDataAEMU()
3005 void glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElementsNullAEMU()
DGL2Encoder.cpp1085 void GL2Encoder::calcIndexRange(const void* indices, in calcIndexRange()
1344 …Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices) in s_glDrawElements()
1456 …:s_glDrawElementsNullAEMU(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices) in s_glDrawElementsNullAEMU()
4151 …entsInstanced(void* self, GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei pr… in s_glDrawElementsInstanced()
4242 …void* self, GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void* indices) in s_glDrawRangeElements()
Dgl2_enc.cpp6682 …DataAEMU_enc(void *self , GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei pr… in glDrawElementsInstancedDataAEMU_enc()
6743 …Lenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices, GLsizei d… in glDrawRangeElementsDataAEMU_enc()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp713 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements()
1885 …awElementsEXT(GLenum mode, const GLsizei* count, GLenum type, const GLvoid* const* indices, GLsize… in glMultiDrawElementsEXT()
1897 void glMultiDrawElementsSUN(GLenum mode, const GLsizei* count, GLenum type, const GLvoid** indices,… in glMultiDrawElementsSUN()
DGLEncoder.cpp540 …Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices) in s_glDrawElements()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp396 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) in glDrawElements()
1261 void glMultiDrawElementsEXT(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices,… in glMultiDrawElementsEXT()