/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 169 const char* getDataTypeName (DataType dataType) in getDataTypeName() 248 int getDataTypeScalarSize (DataType dataType) in getDataTypeScalarSize() 327 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType() 406 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars() 526 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows() 545 int getDataTypeMatrixNumColumns (DataType dataType) in getDataTypeMatrixNumColumns() 564 int getDataTypeNumLocations (DataType dataType) in getDataTypeNumLocations() 575 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents()
|
D | gluShaderUtil.hpp | 194 inline bool isDataTypeFloatOrVec (DataType dataType) { return (dataType >= TYPE_FLOAT) && (d… in isDataTypeFloatOrVec() 195 inline bool isDataTypeMatrix (DataType dataType) { return (dataType >= TYPE_FLOAT_MAT2) && (data… in isDataTypeMatrix() 196 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && (d… in isDataTypeIntOrIVec() 197 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && (d… in isDataTypeUintOrUVec() 198 inline bool isDataTypeBoolOrBVec (DataType dataType) { return (dataType >= TYPE_BOOL) && (d… in isDataTypeBoolOrBVec() 199 inline bool isDataTypeScalar (DataType dataType) { return (dataType == TYPE_FLOAT) || (dataType … in isDataTypeScalar() 200 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2,… in isDataTypeVector() 201 inline bool isDataTypeScalarOrVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT… in isDataTypeScalarOrVector() 202 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dat… in isDataTypeSampler() 203 inline bool isDataTypeImage (DataType dataType) { return (dataType >= TYPE_IMAGE_2D) && (dataTy… in isDataTypeImage() [all …]
|
D | gluTextureUtil.hpp | 44 deUint32 dataType; //!< Data type. member
|
D | gluTexture.cpp | 52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width) in Texture1D() 105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture2D() 316 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int siz… in TextureCube() 441 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture1DArray() 495 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture2DArray() 611 Texture3D::Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture3D() 736 …y::TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArray()
|
D | gluTextureUtil.cpp | 395 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) in mapGLChannelType() 434 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType) in mapGLTransferFormat()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 54 deUint32 dataType; in init() member 70 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
D | es2pTextureCountTests.cpp | 56 deUint32 dataType; in init() member 71 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
D | es2pTextureFilteringTests.cpp | 54 deUint32 dataType; in init() member 85 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 616 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImage2DCase() 658 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImageCubeCase() 707 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImage2DCase() 756 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImageCubeCase() 817 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImage2DAlignCase() 862 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImageCubeAlignCase() 910 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImage2DCase() 974 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImageCubeCase() 1047 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImage2DEmptyTexCase() 1099 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImageCubeEmptyTexCase() [all …]
|
D | es2fDefaultVertexAttributeTests.cpp | 198 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() 213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 490 glu::DataType dataType; in init() member
|
D | es2fTextureSizeTests.cpp | 76 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase() 196 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase() 364 deUint32 dataType; in init() member
|
D | es2fTextureFormatTests.cpp | 91 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DFormatCase() 235 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeFormatCase() 632 deUint32 dataType; in init() member 648 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
D | es2fTextureWrapTests.cpp | 89 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wr… in TextureWrapCase() 272 deUint32 dataType; in init() member
|
D | es2fShaderIndexingTests.cpp | 113 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType) in getArrayCoordsEvalFunc() 129 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType) in getArrayUniformEvalFunc() 638 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType) in getVectorSubscriptEvalFunc() 824 static ShaderEvalFunc getMatrixSubscriptEvalFunc (DataType dataType) in getMatrixSubscriptEvalFunc()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSwizzleTests.cpp | 102 … const char* description, deUint32 internalFormat, deUint32 format, deUint32 dataType, deUint32 sw… in Texture2DSwizzleCase() 240 deUint32 dataType; in init() member 335 deUint32 dataType = formats[fmtNdx].dataType; in init() local
|
D | es3fTextureSizeTests.cpp | 76 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase() 196 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase() 364 deUint32 dataType; in init() member
|
D | es3fDefaultVertexAttributeTests.cpp | 274 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() 289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 567 glu::DataType dataType; in init() member
|
D | es3fShaderDerivateTests.cpp | 375 glu::DataType dataType, in verifyConstantDerivate() 439 glu::DataType dataType, in reverifyConstantDerivateWithFlushRelaxations() 1435 glu::DataType dataType; member 1674 … const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1690 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1720 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1754 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1786 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local
|
D | es3fShaderIndexingTests.cpp | 106 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType) in getArrayCoordsEvalFunc() 122 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType) in getArrayUniformEvalFunc() 592 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType) in getVectorSubscriptEvalFunc() 782 static ShaderEvalFunc getMatrixSubscriptEvalFunc (DataType dataType) in getMatrixSubscriptEvalFunc()
|
D | es3fTextureFormatTests.cpp | 91 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DFormatCase() 252 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeFormatCase() 447 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DArrayFormatCase() 599 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture3DFormatCase() 1287 deUint32 dataType; in init() member 1303 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
D | es3fFboColorbufferTests.cpp | 278 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local 423 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local 549 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local 673 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local 775 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | TextureUtil.java | 191 int dataType = -1; in uploadTexture() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 102 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArrayFormatCase() 399 deUint32 dataType; in init() member 415 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContext.cpp | 45 deUint32 dataType = GL_NONE; in texImage2D() local
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | TextureUtil.java | 147 int dataType = -1; in uploadTexture() local
|