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

/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp247 GRID_SIZE = 20 enumerator in enum:deqp::gles31::Functional::__anon5489::SingleBindingCase::__anon5491
285 << "Rendering " << (int)GRID_SIZE << "x" << (int)GRID_SIZE << " grid.\n"
350 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
363 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
447 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6);
453 for (int y = 0; y < GRID_SIZE;
545 GRID_SIZE = 20 enumerator in enum:deqp::gles31::Functional::__anon5489::MultipleBindingCase::__anon5492
840 GRID_SIZE = 20 enumerator in enum:deqp::gles31::Functional::__anon5489::MixedBindingCase::__anon5493
1083 GRID_SIZE = 20 enumerator in enum:deqp::gles31::Functional::__anon5489::MixedApiCase::__anon5494
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp241 GRID_SIZE = 20 enumerator in enum:deqp::gles31::Stress::__anon5498::SingleBindingCase::__anon5500
279 << "Rendering " << (int)GRID_SIZE << "x" << (int)GRID_SIZE << " grid.\n"
344 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
357 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6);
441 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6);
447 for (int y = 0; y < GRID_SIZE;
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureBarrierTests.cpp191 gl.bufferData(GL_ARRAY_BUFFER, GRID_SIZE * GRID_SIZE * sizeof(float) * 12, NULL, GL_STATIC_DRAW);
261 static Vertex grid[GRID_SIZE + 1][GRID_SIZE + 1];
264 for (int x = 0; x < GRID_SIZE + 1; ++x)
265 for (int y = 0; y < GRID_SIZE + 1; ++y)
268 float normx = (((float)x) / GRID_SIZE);
269 float normy = (((float)y) / GRID_SIZE);
272 grid[x][y].x = normx * 2.f - 1.f + deFloatSin(normx * DE_PI * 13.f) * 0.3f / GRID_SIZE;
273 grid[x][y].y = normy * 2.f - 1.f + deFloatSin(normy * DE_PI * 13.f) * 0.3f / GRID_SIZE;
485 GRID_SIZE = 64, enumerator in enum:gl4cts::TextureBarrierBasicOutline::__anon4155
[all...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp72 GRID_SIZE = RENDER_SIZE / 8, //!< number of grid tiles in a row enumerator in enum:vkt::sparse::__anon4537::__anon4538
1365 GRID_SIZE * GRID_SIZE * 6 * sizeof(Vec4))
1377 const deUint32 vertexCount = 6 * (GRID_SIZE * GRID_SIZE) / 2;
1392 const float step = 2.0f / static_cast<float>(GRID_SIZE);
1395 generateGrid(pData, step, -1.0f, -1.0f, GRID_SIZE, GRID_SIZE/2);
1396 generateGrid(pData + m_perDrawBufferOffset, step, -1.0f, 0.0f, GRID_SIZE, GRID_SIZE/
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp58 static const int GRID_SIZE = 64; member in namespace:deqp
484 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.0f, 0.0f, 0.0f, 1.0f),
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp62 static const int GRID_SIZE = 64; member in namespace:deqp::gls
436 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.125f, 0.25f, 0.5f, 1.0f), m_userAttribTransforms, m_textures);
/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 366 milliseconds