Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/opengl/tests/angeles/
Dlicense-BSD.txt9 Redistribution and use in source and binary forms, with or without
15 * Redistributions in binary form must reproduce the above copyright
DREADME.txt23 The Win32 (2000/XP) binary package of original version is
Dlicense-LGPL.txt322 normally distributed (in either source or binary form) with the major
/frameworks/base/opengl/libs/GLES2/
Dgl2ext_api.in7 …inaryOES)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) {
8 CALL_GL_API(glGetProgramBinaryOES, program, bufSize, length, binaryFormat, binary);
10 void API_ENTRY(glProgramBinaryOES)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint…
11 CALL_GL_API(glProgramBinaryOES, program, binaryFormat, binary, length);
Dgl2_api.in292 …ary)(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length) {
293 CALL_GL_API(glShaderBinary, n, shaders, binaryformat, binary, length);
/frameworks/base/docs/html/guide/developing/tools/
Daapt.jd4 …d update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets.
Dzipalign.jd11 contain binary data with alignment restrictions.
Dtraceview.jd58 binary method trace data and a mapping table with thread and method names.</p>
146 provides a mapping from binary identifiers to thread and method names.
157 <p>The data file is binary, structured as
DMonkeyImage.jd41 <em>string</em> that you can then access as an <em>iterable</em> of binary bytes.
169 that you can then access as an <em>iterable</em> of binary bytes.
/frameworks/base/opengl/include/GLES2/
Dgl2ext.h438 …BinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
439 …ENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
441 …YOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
442 …NGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
Dgl2.h571 …nary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
/frameworks/base/tests/CoreTests/android/core/
DDatabaseSessionCache.java13 import org.apache.commons.codec.binary.Base64;
DSSLSocketTest.java21 import org.apache.commons.codec.binary.Base64;
/frameworks/base/docs/html/resources/articles/
Dui-1.5.jd14 appearance. Even though these changes do not affect binary nor source
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1362 java.nio.Buffer binary, in glShaderBinary() argument
1372 java.nio.Buffer binary, in glShaderBinary() argument
/frameworks/base/core/java/android/net/http/
DRequestHandle.java25 import org.apache.commons.codec.binary.Base64;
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp3506 GLvoid *binary = (GLvoid *) 0; in android_glShaderBinary__I_3IIILjava_nio_Buffer_2I() local
3521 binary = (GLvoid *)getPointer(_env, binary_buf, &_array, &_binaryRemaining); in android_glShaderBinary__I_3IIILjava_nio_Buffer_2I()
3526 (GLvoid *)binary, in android_glShaderBinary__I_3IIILjava_nio_Buffer_2I()
3532 releasePointer(_env, _array, binary, JNI_FALSE); in android_glShaderBinary__I_3IIILjava_nio_Buffer_2I()
3549 GLvoid *binary = (GLvoid *) 0; in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I() local
3552 binary = (GLvoid *)getPointer(_env, binary_buf, &_binaryArray, &_binaryRemaining); in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
3557 (GLvoid *)binary, in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
3561 releasePointer(_env, _shadersArray, binary, JNI_FALSE); in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd446 If a query can return binary data, such as an image or sound, the data
566 You can place small amounts of binary data into a table by calling
570 However, if you have a large amount of binary data to add, such as a photograph
583 about the binary data (such as, the caption of a photograph or the
587 is used with {@code openOutputStream()} to place the binary data there.
/frameworks/base/opengl/tools/glgen/specs/gles11/
DGLES20.spec99 void glShaderBinary ( GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, …
/frameworks/base/opengl/libs/
Dentries.in181 …mBinaryOES, GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary)
282 GL_ENTRY(void, glProgramBinaryOES, GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint…
303 …inary, GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length)
/frameworks/base/core/java/android/database/
DDatabaseUtils.java19 import org.apache.commons.codec.binary.Hex;
/frameworks/base/core/java/android/provider/
DSettings.java21 import org.apache.commons.codec.binary.Base64;
/frameworks/base/docs/html/sdk/ndk/
Dindex.jd78 The previous binary generated invalid thumb instruction sequences when
/frameworks/base/docs/html/guide/publishing/
Dapp-signing.jd533 they contain binary data with alignment restrictions, rather than copying all
/frameworks/base/docs/html/guide/market/billing/
Dbilling_integrate.jd126 <td>Provides conversion services from binary to Base64 encoding. The <code>Security</code> class re…

12