Searched refs:DataType (Results 51 - 75 of 216) sorted by relevance

123456789

/external/chromium_org/third_party/skia/experimental/Networking/
H A DSkSockets.cpp82 int SkSocket::readPacket(void (*onRead)(int, const void*, size_t, DataType,
139 memcpy(&h.type, packet + sizeof(bool) + sizeof(int), sizeof(DataType));
171 int SkSocket::writePacket(void* data, size_t size, DataType type) {
193 memcpy(packet + sizeof(bool) + sizeof(int), &h.type, sizeof(DataType));
/external/skia/experimental/Networking/
H A DSkSockets.cpp82 int SkSocket::readPacket(void (*onRead)(int, const void*, size_t, DataType,
139 memcpy(&h.type, packet + sizeof(bool) + sizeof(int), sizeof(DataType));
171 int SkSocket::writePacket(void* data, size_t size, DataType type) {
193 memcpy(packet + sizeof(bool) + sizeof(int), &h.type, sizeof(DataType));
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp118 static TextureType getTextureType (glu::DataType samplerType)
156 static bool isShadowSampler (glu::DataType samplerType)
164 static glu::DataType getSamplerOutputType (glu::DataType samplerType)
200 static tcu::TextureFormat getSamplerTextureFormat (glu::DataType samplerType)
202 const glu::DataType outType = getSamplerOutputType(samplerType);
203 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType);
221 static glu::DataType getSamplerCoordType (glu::DataType samplerType)
262 glu::DataType samplerTyp
[all...]
H A Des31fShaderSharedVarTests.cpp73 SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize);
84 const DataType m_basicType;
91 static std::string getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVec3& workGroupSize)
100 SharedBasicVarCase::SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize)
369 if (glu::isDataTypeBoolOrBVec(DataType(basicType)))
372 basicTypeGroup->addChild(new SharedBasicVarCase(m_context, getDataTypeName(DataType(basicType)), DataType(basicType), PRECISION_LAST, workGroupSize));
379 const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Precision(precision));
381 basicTypeGroup->addChild(new SharedBasicVarCase(m_context, name.c_str(), DataType(basicType), Precision(precision), workGroupSize));
H A Des31fUniformLocationTests.cpp113 static float getExpectedValue (glu::DataType type, int id, const char* name);
115 de::MovePtr<glu::Texture2D> createTexture (glu::DataType samplerType, float redChannelValue, int binding);
174 glu::DataType getDataTypeSamplerSampleType (glu::DataType type)
193 float UniformLocationCase::getExpectedValue (glu::DataType type, int id, const char* name)
197 glu::DataType adjustedType = type;
328 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType());
458 deUint32 getTextureFormat (glu::DataType samplerType)
492 de::MovePtr<glu::Texture2D> UniformLocationCase::createTexture (glu::DataType samplerType, float redChannelValue, int binding)
566 const glu::DataType scalarTyp
[all...]
H A Des31fShaderAtomicOpTests.cpp68 ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize);
81 const DataType m_type;
96 ShaderAtomicOpCase::ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize)
120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT;
258 ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
412 ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
493 ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
575 ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
648 ShaderAtomicOrCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
716 ShaderAtomicXorCase (Context& context, const char* name, AtomicOperandType operandType, DataType typ
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h150 enum DataType enum in namespace:nv50_ir
317 DataType type; // mainly for pretty printing
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
565 ImmediateValue(const ImmediateValue *, DataType ty);
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
596 Instruction(Function *, operation, DataType);
646 inline void setType(DataType typ
[all...]
H A Dnv50_ir_target.h168 virtual bool isOpSupported(operation, DataType) const = 0;
169 virtual bool isAccessSupported(DataFile, DataType) const = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
H A Dosmesa.c79 GLenum DataType; member in struct:osmesa_context
418 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
432 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
448 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
464 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
477 if (osmesa->DataType
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h150 enum DataType enum in namespace:nv50_ir
317 DataType type; // mainly for pretty printing
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
565 ImmediateValue(const ImmediateValue *, DataType ty);
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
596 Instruction(Function *, operation, DataType);
646 inline void setType(DataType typ
[all...]
H A Dnv50_ir_target.h168 virtual bool isOpSupported(operation, DataType) const = 0;
169 virtual bool isAccessSupported(DataFile, DataType) const = 0;
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c79 GLenum DataType; member in struct:osmesa_context
418 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
432 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
448 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
464 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
477 if (osmesa->DataType
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_data_provider_browsertest.cc205 virtual PicasaDataProvider::DataType RequestedDataType() const = 0;
282 virtual PicasaDataProvider::DataType RequestedDataType() const OVERRIDE {
299 virtual PicasaDataProvider::DataType RequestedDataType() const OVERRIDE {
320 virtual PicasaDataProvider::DataType RequestedDataType() const OVERRIDE {
344 virtual PicasaDataProvider::DataType RequestedDataType() const OVERRIDE {
375 virtual PicasaDataProvider::DataType RequestedDataType() const OVERRIDE {
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp68 typedef bool (* dataTypePredicate)(glu::DataType);
74 static const glu::DataType s_testDataTypes[] =
138 static inline int getSamplerNumLookupDimensions (const glu::DataType type)
169 static inline glu::DataType getSamplerLookupReturnType (const glu::DataType type)
202 template<glu::DataType T>
203 static bool dataTypeEquals (const glu::DataType t)
209 static bool dataTypeIsMatrixWithNRows (const glu::DataType t)
231 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type)
235 const glu::DataType basicTyp
[all...]
H A Des3fFboTestUtil.cpp55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type)
77 FlatColorShader::FlatColorShader (glu::DataType outputType)
151 GradientShader::GradientShader (glu::DataType outputType)
234 static string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType)
273 static sglr::pdec::ShaderProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType)
307 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Vec4& outScale, const Vec4& outBias)
422 TextureCubeShader::TextureCubeShader (glu::DataType samplerType, glu::DataType outputType)
560 Texture2DArrayShader::Texture2DArrayShader (glu::DataType samplerTyp
[all...]
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.h81 enum DataType { enum in class:net::FtpNetworkTransaction
232 DataType data_type_;
/external/proguard/src/proguard/ant/
H A DClassSpecificationElement.java24 import org.apache.tools.ant.types.DataType;
32 * This DataType represents a class specification in Ant.
36 public class ClassSpecificationElement extends DataType
H A DMemberSpecificationElement.java24 import org.apache.tools.ant.types.DataType;
33 * This DataType represents a class member specification in Ant.
37 public class MemberSpecificationElement extends DataType
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMessageEvent.h95 enum DataType { enum in class:blink::FINAL
102 DataType dataType() const { return m_dataType; }
131 DataType m_dataType;
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp78 SkSocket::DataType type, void* context) {
83 void onRead(int cid, const void* data, size_t size, SkSocket::DataType type) {
262 SkSocket::DataType fType;
/external/deqp/framework/opengl/
H A DgluVarType.hpp53 VarType (DataType basicType, Precision precision); //!< Basic type constructor.
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; }
98 DataType type;
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp98 Uniform (const std::string& name_, glu::DataType type_) : name(name_), type(type_) { }
101 glu::DataType type;
194 glu::DataType type;
/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.cpp100 const DataType inType = cases[caseNdx].inType;
101 const DataType outType = cases[caseNdx].outType;
140 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types)
H A DglsUniformBlockCase.hpp76 VarType (glu::DataType basicType, deUint32 flags);
86 glu::DataType getBasicType (void) const { return m_data.basicType; }
109 glu::DataType basicType;
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp78 SkSocket::DataType type, void* context) {
83 void onRead(int cid, const void* data, size_t size, SkSocket::DataType type) {
262 SkSocket::DataType fType;

Completed in 5753 milliseconds

123456789