Searched refs:type (Results 176 - 200 of 693) sorted by relevance

1234567891011>>

/frameworks/native/opengl/libagl/
H A Darray.cpp108 c->arrays.vertex.type = GL_FLOAT;
110 c->arrays.color.type = GL_FLOAT;
112 c->arrays.normal.type = GL_FLOAT;
115 c->arrays.texture[i].type = GL_FLOAT;
255 static const fn_t color_fct[2][16] = { // size={3,4}, type={ub,f,x}
263 static const fn_t color_clamp_fct[2][16] = { // size={3,4}, type={ub,f,x}
271 static const fn_t normal_fct[1][16] = { // size={3}, type={b,s,f,x}
277 static const fn_t vertex_fct[3][16] = { // size={2,3,4}, type={b,s,f,x}
291 static const fn_t texture_fct[3][16] = { // size={2,3,4}, type={b,s,f,x}
313 GLint size, GLenum type, GLsize
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
746 read_index(int type, const GLvoid*& p) argument
765 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
787 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
814 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
841 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
870 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
1235 glVertexPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1256 glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1276 glNormalPointer( GLenum type, GLsizei stride, const GLvoid *pointer) argument
1297 glTexCoordPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1385 glDrawElements( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) argument
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h150 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
205 bool setData(uint32_t key, uint32_t type, const void *data, size_t size);
207 bool findData(uint32_t key, uint32_t *type,
224 void setData(uint32_t type, const void *data, size_t size);
225 void getData(uint32_t *type, const void **data, size_t *size) const;
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h41 // Shelf type
48 // type Type of the filter (high shelf or low shelf).
51 AudioShelvingFilter(ShelfType type, int nChannels, int sampleRate);
117 // Shelf type.
H A DAudioShelvingFilter.cpp49 AudioShelvingFilter::AudioShelvingFilter(ShelfType type, int nChannels, argument
51 : mType(type),
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp85 ATSParser::SourceType type = local
89 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
150 ATSParser::SourceType type = local
154 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java183 public <T> T[] getSpans(int start, int end, Class<T> type) { argument
184 return mSpanned.getSpans(start, end, type);
199 public int nextSpanTransition(int start, int end, Class type) { argument
200 return mSpanned.nextSpanTransition(start, end, type);
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java50 * whose type is SURFACE_TYPE_PUSH_BUFFERS.
149 * Sets the surface's type.
154 public void setType(int type); argument
H A DWindow.java274 * called when the menu is changing from one type to another (for
504 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
505 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
514 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
516 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
518 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
520 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL) {
522 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG) {
525 title=Integer.toString(wp.type);
643 * Set the type o
648 setType(int type) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DTranslateAnimation.java61 mFromXType = d.type;
66 mToXType = d.type;
71 mFromYType = d.type;
76 mToYType = d.type;
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DMetaDataTest.java63 int type;
64 while ((type = xml.next()) != XmlPullParser.START_TAG
65 && type != XmlPullParser.END_DOCUMENT) {
67 assertEquals(XmlPullParser.START_TAG, type);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java31 * MediaCodec codec = MediaCodec.createDecoderByType(type);
84 * encoded data according to the format's type. For video types this data
161 * Instantiate a decoder supporting input data of the given mime type.
178 * @param type The mime type of the input data.
180 public static MediaCodec createDecoderByType(String type) { argument
181 return new MediaCodec(type, true /* nameIsType */, false /* encoder */);
185 * Instantiate an encoder supporting output data of the given mime type.
186 * @param type The desired mime type o
188 createEncoderByType(String type) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp79 JNIEnv *env, jobject thiz, jint index, jstring type) {
80 if (type == NULL) {
85 const char *typeStr = env->GetStringUTFChars(type, NULL);
99 env->ReleaseStringUTFChars(type, typeStr);
78 android_media_MediaCodecList_getCodecCapabilities( JNIEnv *env, jobject thiz, jint index, jstring type) argument
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java56 public Builder setObjectConst(Type type) { argument
57 mShader.mPerObjConstants = type;
61 public Builder setShaderConst(Type type) { argument
62 mShader.mPerShaderConstants = type;
H A DTextureParam.java57 mData.type = ScriptC_export.const_ShaderParam_TEXTURE;
/frameworks/native/include/gui/
H A DSensorManager.h55 Sensor const* getDefaultSensor(int type);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10cHeader.cpp31 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
33 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
35 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
37 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMergedAdapter.java157 int type = result.mAdapter.getItemViewType(result.mLocalPosition);
160 if (type >= 0) {
161 type += otherViewTypeCount;
163 return type;
/frameworks/rs/
H A DrsAllocation.h48 const Type * type; member in struct:android::renderscript::Allocation::Hal::State
84 const Type * getType() const {return mHal.state.type;}
147 mHal.state.type = t;
155 static void writePackedData(const Type *type, uint8_t *dst, const uint8_t *src, bool dstPadded);
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java159 typeToAuthDescription.put(desc.type, desc);
173 // An account type is relevant iff it is allowed by the caller and supported by the account
182 for (String type : allowedAccountTypes) {
183 setOfAllowedAccountTypes.add(type);
189 supportedAccountTypes.add(desc.type);
211 && !setOfRelevantAccountTypes.contains(account.type)) {
221 // If there are no relevant accounts and only one relevant account type go directly to
236 setResultAndFinish(account.name, account.type);
333 // Called when the choose account type activity (for adding an account) returns.
369 + "type, pretendin
409 runAddAccountForAuthenticator(String type) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java102 * Return the data type associated with this application configuration.
130 * Return the channel type associated with this application configuration.
146 int type = in.readInt();
149 return new BluetoothHealthAppConfiguration(name, type, role,
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java40 * @param T The type of the items to inflate
41 * @param P The type of parents (that is those items that contain other items).
299 int type;
300 while ((type = parser.next()) != parser.START_TAG
301 && type != parser.END_DOCUMENT) {
305 if (type != parser.START_TAG) {
464 int type;
465 while (((type = parser.next()) != parser.END_TAG ||
466 parser.getDepth() > depth) && type != parser.END_DOCUMENT) {
468 if (type !
[all...]
/frameworks/base/core/java/android/text/
H A DSpanSet.java39 SpanSet(Class<? extends E> type) { argument
40 classType = type;
/frameworks/base/core/java/android/webkit/
H A DCertTool.java70 static void addCertificate(Context context, String type, byte[] value) { argument
71 Credentials.getInstance().install(context, type, value);
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.h50 ANDROID_API SkiaColorFilter(SkColorFilter *skFilter, Type type, bool blend);
60 Type type() const { function in struct:android::uirenderer::SkiaColorFilter
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.java47 final int type = in.readInt();
63 add(new NetworkIdentity(type, subType, subscriberId, networkId, false));

Completed in 841 milliseconds

1234567891011>>