/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 82 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/ |
D | itertoolsmodule.c | 1781 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/ |
D | itertoolsmodule.c | 1812 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/ |
D | abstract.c | 430 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
|
D | memoryobject.c | 175 Py_ssize_t *indices; in _indirect_copy_nd() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | abstract.c | 430 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
|
D | memoryobject.c | 175 Py_ssize_t *indices; in _indirect_copy_nd() local
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv3.cpp | 211 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()
|
D | GLESv1.cpp | 255 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 136 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; in render() local
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 694 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()
|
D | GL2Encoder.cpp | 1085 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()
|
D | gl2_enc.cpp | 6682 …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/ |
D | gl_entry.cpp | 713 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()
|
D | GLEncoder.cpp | 540 …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/ |
D | gles.cpp | 396 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()
|