Searched refs:componentType (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/content/browser/resources/media/
H A Dmanager.js24 * @param componentType Integer AudioComponent enum value; must match values
29 updateAudioComponent: function(componentType, componentId, componentData) {
30 if (!(componentType in this.audioComponents_))
31 this.audioComponents_[componentType] = {};
32 if (!(componentId in this.audioComponents_[componentType])) {
33 this.audioComponents_[componentType][componentId] = componentData;
36 this.audioComponents_[componentType][componentId][key] =
41 componentType, this.audioComponents_[componentType]);
48 removeAudioComponent: function(componentType, componentI
[all...]
H A Dclient_renderer.js56 * @param componentType Integer AudioComponent enum value; must match values
60 audioComponentAdded: function(componentType, components) {
61 this.redrawAudioComponentList_(componentType, components);
64 if (this.selectedAudioComponentType == componentType &&
68 componentType, this.selectedAudioComponentId,
75 * @param componentType Integer AudioComponent enum value; must match values
79 audioComponentRemoved: function(componentType, components) {
80 this.redrawAudioComponentList_(componentType, components);
83 if (this.selectedAudioComponentType == componentType &&
125 redrawAudioComponentList_: function(componentType, component
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h53 GLenum componentType; member in struct:rx::d3d9::VertexFormat
H A Dformatutils9.cpp483 componentType(GL_NONE)
495 formatInfo.componentType = GetDeclTypeComponentType(nativeFormat);
/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp44 VertexComponentType componentType; member in struct:glu::__anon19731::VertexAttributeDescriptor
59 , componentType (componentType_)
70 , componentType (VTX_COMP_TYPE_LAST)
278 const int elementSize = getVtxCompSize(va.pointer.componentType)*va.pointer.numComponents;
285 va.pointer.componentType,
303 DE_ASSERT(dstVA.componentType == srcPtr.componentType &&
307 const int elementSize = getVtxCompSize(dstVA.componentType)*dstVA.numComponents;
394 vertexArray.pointer.componentType,
405 const bool isIntType = de::inRange<int>(va.componentType, VTX_COMP_UNSIGNED_INT
[all...]
H A DgluDrawUtil.hpp114 VertexComponentType componentType; //!< Component type. member in struct:glu::VertexArrayPointer
123 : componentType (componentType_)
133 : componentType (VTX_COMP_TYPE_LAST)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp239 GLenum componentType = gl::GetInternalFormatInfo(internalFormat).componentType; local
240 if (componentType == GL_SIGNED_NORMALIZED || componentType == GL_UNSIGNED_NORMALIZED)
242 componentType = GL_FLOAT;
245 auto shaderMapIt = mBufferToTexturePSMap.find(componentType);
H A Dformatutils11.h39 GLenum componentType; member in struct:rx::d3d11::DXGIFormat
H A DClear11.cpp223 !(formatInfo.componentType == GL_FLOAT || formatInfo.componentType == GL_UNSIGNED_NORMALIZED || formatInfo.componentType == GL_SIGNED_NORMALIZED))
H A Dformatutils11.cpp187 componentType(GL_NONE),
201 GLenum componentType, MipGenerationFunction mipFunc, ColorReadFunction readFunc)
229 info.componentType = componentType;
345 GLenum componentType; member in struct:rx::d3d11::SwizzleSizeType
348 : maxComponentSize(0), componentType(GL_NONE)
351 SwizzleSizeType(size_t maxComponentSize, GLenum componentType) argument
352 : maxComponentSize(maxComponentSize), componentType(componentType)
358 : (componentType < othe
200 AddDXGIFormat(DXGIFormatInfoMap *map, DXGI_FORMAT dxgiFormat, GLuint pixelBits, GLuint blockWidth, GLuint blockHeight, GLenum componentType, MipGenerationFunction mipFunc, ColorReadFunction readFunc) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java274 private Type componentType; field in class:Type
446 this.componentType = null;
794 if (componentType == null) {
799 componentType = intern(descriptor.substring(1));
802 return componentType;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES3.cpp756 if (((textureInternalFormatInfo.componentType == GL_INT) != (framebufferInternalFormatInfo.componentType == GL_INT )) ||
757 ((textureInternalFormatInfo.componentType == GL_UNSIGNED_INT) != (framebufferInternalFormatInfo.componentType == GL_UNSIGNED_INT)))
762 if ((textureInternalFormatInfo.componentType == GL_UNSIGNED_NORMALIZED ||
763 textureInternalFormatInfo.componentType == GL_SIGNED_NORMALIZED ||
764 textureInternalFormatInfo.componentType == GL_FLOAT) &&
765 !(framebufferInternalFormatInfo.componentType == GL_UNSIGNED_NORMALIZED ||
766 framebufferInternalFormatInfo.componentType == GL_SIGNED_NORMALIZED ||
767 framebufferInternalFormatInfo.componentType
[all...]
H A DvalidationES.cpp324 if ((formatInfo.componentType == GL_UNSIGNED_INT || formatInfo.componentType == GL_INT) && samples > 0)
542 if ( (readFormatInfo.componentType == GL_UNSIGNED_NORMALIZED || readFormatInfo.componentType == GL_SIGNED_NORMALIZED) &&
543 !(drawFormatInfo.componentType == GL_UNSIGNED_NORMALIZED || drawFormatInfo.componentType == GL_SIGNED_NORMALIZED))
549 if (readFormatInfo.componentType == GL_UNSIGNED_INT && drawFormatInfo.componentType != GL_UNSIGNED_INT)
555 if (readFormatInfo.componentType == GL_INT && drawFormatInfo.componentType !
[all...]
H A Dformatutils.h85 GLenum componentType; member in struct:gl::InternalFormat
H A Dformatutils.cpp266 componentType(GL_NONE),
288 GLenum format, GLenum type, GLenum componentType, bool srgb,
303 formatInfo.componentType = componentType;
311 static InternalFormat LUMAFormat(GLuint luminance, GLuint alpha, GLenum format, GLenum type, GLenum componentType, argument
323 formatInfo.componentType = componentType;
332 GLenum type, GLenum componentType, InternalFormat::SupportCheckFunction textureSupport,
343 formatInfo.componentType = componentType;
287 RGBAFormat(GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction renderSupport, InternalFormat::SupportCheckFunction filterSupport) argument
331 DepthStencilFormat(GLuint depthBits, GLuint stencilBits, GLuint unusedBits, GLenum format, GLenum type, GLenum componentType, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction renderSupport, InternalFormat::SupportCheckFunction filterSupport) argument
[all...]
H A DFramebufferAttachment.cpp66 return GetInternalFormatInfo(getActualFormat()).componentType;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp28 std::string HLSLComponentTypeString(GLenum componentType) argument
30 switch (componentType)
41 std::string HLSLComponentTypeString(GLenum componentType, int componentCount) argument
43 return HLSLComponentTypeString(componentType) + (componentCount > 1 ? Str(componentCount) : "");
351 GLenum componentType = VariableComponentType(transposedType); local
353 typeString = HLSLComponentTypeString(componentType, columnCount);
389 GLenum componentType = mRenderer->getVertexComponentType(vertexFormat);
390 structHLSL += " " + HLSLComponentTypeString(componentType, VariableComponentCount(shaderAttribute.type));
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java103 Type componentType = TypeUtils.getComponentType(type);
116 e.array_load(componentType);
117 callback.processElement(componentType);
135 Type componentType = TypeUtils.getComponentType(type);
150 e.array_load(componentType);
153 e.array_load(componentType);
154 callback.processElement(componentType);
355 private static Class remapComponentType(Class componentType) { argument
356 if (componentType.equals(Type.class))
358 return componentType;
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java550 Type componentType; field in class:SignatureAttribute.ArrayType
554 componentType = comp;
566 return componentType;
573 StringBuffer sbuf = new StringBuffer(componentType.toString());
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java661 void componentType () throws IOException method in class:Types.methodDescriptorCompiler
684 componentType ();
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1169 Type componentType;
1175 componentType = dest.getType();
1177 componentType = source.getComponentType();
1179 return opAget(componentType);
1183 Type componentType;
1189 componentType = sources.getType(0);
1191 componentType = source.getComponentType();
1193 return opAput(componentType);
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
H A DSDL_coreaudio.c238 desc.componentType = kAudioUnitType_Output;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.c82 if (desc.componentType != kAudioUnitType_Output) {
H A DCDPlayer.c562 desc.componentType = kAudioUnitType_Output;
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp134 return glu::VertexArrayBinding(entry.binding, glu::VertexArrayPointer(entry.pointer.componentType,
146 DE_ASSERT(pointer.componentType == glu::VTX_COMP_FLOAT && pointer.convert == glu::VTX_COMP_CONVERT_NONE);
318 DE_ASSERT(bindingPtr.pointer.componentType == glu::VTX_COMP_FLOAT);

Completed in 2594 milliseconds

123