Searched refs:textureWidth (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.cpp335 const int textureWidth = 64; local
344 genTextureData(textureData, textureWidth, textureHeight);
346 DE_ASSERT(textureData.size() == textureWidth * textureHeight * 4);
358 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, textureWidth, textureHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, &(textureData[0]));
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp94 int textureWidth; member in struct:deqp::egl::__anon4881::TestConfig
261 for (int x = 0; x < config.textureWidth; x++)
292 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, config.textureWidth, config.textureWidth, 0, GL_RGBA, GL_UNSIGNED_BYTE, &(data[0]));
1023 log << TestLog::Message << "Texture size: " << config.textureWidth << "x" << config.textureHeight << TestLog::EndMessage;
1111 basicConfig.textureWidth = 128;
H A DteglRobustnessTests.cpp917 int textureWidth; member in struct:deqp::egl::__anon4905::FixedFunctionOOB::TestConfig
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp331 const int textureWidth = texture.getRefTexture().getWidth(); local
333 const RandomViewport viewport (renderCtx.getRenderTarget(), textureWidth, textureHeight, m_rnd.getUint32());
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc608 DWORD textureWidth, textureHeight; local
626 textureWidth = channelObj->GetTextureWidth();
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp2825 float textureWidth = (float)texture->getWidth(GL_TEXTURE_2D, 0); local
2832 float texCoords[][2] = {{Ucr / textureWidth, Vcr / textureHeight},
2833 {Ucr / textureWidth, (Vcr + Hcr) / textureHeight},
2834 {(Ucr + Wcr) / textureWidth, Vcr / textureHeight},
2835 {(Ucr + Wcr) / textureWidth, (Vcr + Hcr) / textureHeight}};
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 221 milliseconds