Searched refs:texType (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp149 TextureSpec (const gls::TextureTestUtil::TextureType texType, argument
163 : textureType (texType)
H A DglsTextureTestUtil.hpp104 : texType (texType_)
115 TextureType texType; //!< Texture type. member in struct:deqp::gls::TextureTestUtil::RenderParams
217 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
H A DglsTextureTestUtil.cpp1261 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) argument
1263 renderQuad(texUnit, texCoord, RenderParams(texType));
1286 if (params.texType == TEXTURETYPE_2D)
1299 else if (params.texType == TEXTURETYPE_1D)
1312 else if (params.texType == TEXTURETYPE_CUBE)
1325 else if (params.texType == TEXTURETYPE_3D)
1337 else if (params.texType == TEXTURETYPE_2D_ARRAY)
1352 else if (params.texType == TEXTURETYPE_CUBE_ARRAY)
1367 else if (params.texType == TEXTURETYPE_1D_ARRAY)
1382 else if (params.texType
[all...]
H A DglsLongStressCase.cpp908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); } argument
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp223 const TextureType texType = getTextureType(samplerType); local
226 switch (texType)
245 static deUint32 getGLTextureTarget (TextureType texType) argument
247 switch (texType)
266 const TextureType texType = getTextureType(samplerType); local
267 const deUint32 texTarget = getGLTextureTarget(texType);
275 switch (texType)
H A Des31fShaderImageLoadStoreTests.cpp262 static inline deUint32 getGLTextureTarget (TextureType texType) argument
264 switch (texType)
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp811 int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseType; local
812 bool is2dTex = texType == 0;
813 bool isCubeTex = texType == 1;
814 bool is2dArrayTex = texType == 2;
815 bool is3dTex = texType == 3;
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1020 TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType);
1038 TextureCase::TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType)
1041 , m_textureType (texType)
1047 DE_ASSERT(texType < TEXTURE_LAST);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 443 milliseconds