Home
last modified time | relevance | path

Searched refs:m_data (Results 226 - 232 of 232) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp1576 std::swap(fragmentArea.m_data[0], fragmentArea.m_data[1]); in FragmentDensityMapTestInstance()
/third_party/vk-gl-cts/modules/glshared/
H A DglsScissorTests.cpp409 gl.uniform4fv(gl.getUniformLocation(program, "u_color"), 1, white.m_data); in render()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp196 res.m_data[i] = OP_NAME(a.m_data[i], b.m_data[i]); \
205 ret[i] = OP_NAME(v.m_data[i], s); \
214 ret[i] = OP_NAME(s, v.m_data[i]); \
H A Des3fShaderTextureFunctionTests.cpp1168 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1182 gl.uniform2iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1197 gl.uniform3iv(sizeLoc, 1, expectedSize.m_data); in testTextureSize()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttribBindingTests.cpp3027 memcpy(u.d, DVec3(1.0, 2.0, 3.0).m_data, 3 * sizeof(double)); in Run()
3049 memcpy(u.d, DVec3(4.0, 5.0, 6.0).m_data, 3 * sizeof(double)); in Run()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1845 SharedPtr<tcu::ThreadUtil::DataBlock> m_data; member in deqp::egl::GLES2ThreadTest::ReadPixels
1858 m_data = data; in ReadPixels()
1874 m_data->setData(data.size(), &(data[0])); in exec()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2436 m_ctx->bufferData(GL_ARRAY_BUFFER, sizeof(tcu::Vec4), vertexPosData.m_data, GL_STATIC_DRAW); in iterate()

Completed in 41 milliseconds

12345678910