Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 102) sorted by relevance

12345

/development/tools/glesv2debugger/src/com/android/glesv2debugger/
DMessageFormatter.java25 static String formatFloats(int count, final ByteBuffer data) { in formatFloats()
38 static String formatInts(int count, final ByteBuffer data) { in formatInts()
51 static String formatUInts(int count, final ByteBuffer data) { in formatUInts()
65 static String formatMatrix(int columns, int count, final ByteBuffer data) { in formatMatrix()
DMessageParser.java51 ByteString parseFloats(int count) { in parseFloats()
61 ByteString parseInts(int count) { in parseInts()
71 ByteString parseUInts(int count) { in parseUInts()
81 ByteString parseMatrix(int columns, int count) { in parseMatrix()
DCodeGen.java433 final int first = msgData.msg.getArg1(), count = msgData.msg.getArg2(); in codeGenDrawArrays() local
489 final int count = msgData.msg.getArg1(); in codeGenDrawElements() local
606 final int count = msgData.attribs[0].length / 4; in codeGenDraw() local
1130 private int count; field in CodeGen
1186 void codeGenFrames(final DebugContext dbgCtx, int count, final Shell shell) { in codeGenFrames()
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.h66 template <class T> void minmax(T *indices, int count, int *min, int *max) { in minmax()
77 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
86 template <class T> void shiftIndices(T *src, T *dst, int count, int offset) in shiftIndices()
DglUtils.cpp436 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings()
456 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen()
/development/tools/glesv2debugger/
Dgenerate_MessageFormatter_java.py171 count = 1 variable
174 count = int(annotation.split("*")[0]) variable
178 count = 1 variable
183 count = int(annotation) variable
Dgenerate_MessageParser_java.py219 count = 1 variable
222 count = int(annotation.split("*")[0]) variable
226 count = 1 variable
231 count = int(annotation) variable
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dsemaphore.h24 atomic_t count; member
31 #define __DECLARE_SEMAPHORE_GENERIC(name,count) struct semaphore name = __SEMAPHORE_INIT(name,cou… argument
/development/ndk/platforms/android-3/include/linux/
Dpercpu_counter.h22 s64 count; member
Dkeychord.h25 __u16 count; member
/development/ndk/platforms/android-3/include/linux/netfilter/
Dxt_multiport.h27 u_int8_t count; member
34 u_int8_t count; member
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp88 void GLEScmContext::setupArrayPointerHelper(GLESConversionArrays& cArrs,GLint first,GLsizei count,G… in setupArrayPointerHelper()
102 void GLEScmContext::setupArraysPointers(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenu… in setupArraysPointers()
139 void GLEScmContext::drawPointsData(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum ty… in drawPointsData()
205 void GLEScmContext::drawPointsArrs(GLESConversionArrays& arrs,GLint first,GLsizei count) { in drawPointsArrs()
209 void GLEScmContext::drawPointsElems(GLESConversionArrays& arrs,GLsizei count,GLenum type,const GLvo… in drawPointsElems()
213 bool GLEScmContext::needConvert(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,c… in needConvert()
/development/tools/emulator/opengl/tests/ut_renderer/
DRendererObject.h23 int count() { return m_count; } in count() function
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Context.cpp49 void GLESv2Context::validateAtt0PreDraw(unsigned int count) in validateAtt0PreDraw()
85 void GLESv2Context::setupArraysPointers(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenu… in setupArraysPointers()
114 bool GLESv2Context::needConvert(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,c… in needConvert()
/development/ndk/platforms/android-3/include/
Dsemaphore.h36 volatile unsigned int count; member
Dsha1.h20 uint32_t count[2]; member
/development/tools/emulator/opengl/system/GLESv2_enc/
DGL2Encoder.cpp285 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count) in sendVertexAttributes()
324 void GL2Encoder::s_glDrawArrays(void *self, GLenum mode, GLint first, GLsizei count) in s_glDrawArrays()
332 void GL2Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *… in s_glDrawElements()
431 void GL2Encoder::s_glShaderSource(void *self, GLuint shader, GLsizei count, const GLchar **string, … in s_glShaderSource()
577 void GL2Encoder::s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform1fv()
591 void GL2Encoder::s_glUniform1iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform1iv()
605 void GL2Encoder::s_glUniform2fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform2fv()
619 void GL2Encoder::s_glUniform2iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform2iv()
633 void GL2Encoder::s_glUniform3fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform3fv()
647 void GL2Encoder::s_glUniform3iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform3iv()
[all …]
/development/tools/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.cpp73 void GL2Decoder::s_glGetCompressedTextureFormats(void *self, int count, GLint *formats) in s_glGetCompressedTextureFormats()
106 void GL2Decoder::s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void * d… in s_glDrawElementsData()
113 void GL2Decoder::s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLuint… in s_glDrawElementsOffset()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java62 int count = getChildCount(); in onMeasure() local
85 int count = getChildCount(); in onLayout() local
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java75 int count = getChildCount(); in onMeasure() local
96 int count = getChildCount(); in onLayout() local
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java95 int count = 0; in appendLog() local
163 int count = device.getInterfaceCount(); in findAdbInterface() local
/development/ndk/samples/hello-neon/jni/
Dhelloneon.c101 int count = FIR_ITERATIONS; in Java_com_example_neon_HelloNeon_stringFromJNI() local
136 int count = FIR_ITERATIONS; in Java_com_example_neon_HelloNeon_stringFromJNI() local
/development/tools/emulator/system/libqemu/
Dtest_guest_1.c62 int count; in main() local
/development/apps/Development/src/com/android/development/
DEnterURL.java162 int count = mHistory.size(); in viewItem() local
204 int count = mHistory.size(); in fillListView() local
275 int count = mHistory.size(); in savePrefs() local
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp209 …edIndirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,GLsizei count,GLenum indices… in convertFixedIndirectLoop()
234 …teIndirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,GLsizei count,GLenum indices… in convertByteIndirectLoop()
246 static void directToBytesRanges(GLint first,GLsizei count,GLESpointer* p,RangeList& list) { in directToBytesRanges()
260 static void indirectToBytesRanges(const GLvoid* indices,GLenum indices_type,GLsizei count,GLESpoint… in indirectToBytesRanges()
291 void GLEScontext::convertDirect(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum array_… in convertDirect()
308 void GLEScontext::convertDirectVBO(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum arr… in convertDirectVBO()
333 int GLEScontext::findMaxIndex(GLsizei count,GLenum type,const GLvoid* indices) { in findMaxIndex()
350 void GLEScontext::convertIndirect(GLESConversionArrays& cArrs,GLsizei count,GLenum indices_type,con… in convertIndirect()
368 void GLEScontext::convertIndirectVBO(GLESConversionArrays& cArrs,GLsizei count,GLenum indices_type,… in convertIndirectVBO()

12345