Searched defs:getVertexShader (Results 1 - 14 of 14) sorted by relevance

/external/swiftshader/src/D3D8/
H A DDirect3DVertexShader8.cpp83 const sw::VertexShader *Direct3DVertexShader8::getVertexShader() const function in class:D3D8::Direct3DVertexShader8
/external/swiftshader/src/D3D9/
H A DDirect3DVertexShader9.cpp115 const sw::VertexShader *Direct3DVertexShader9::getVertexShader() const function in class:D3D9::Direct3DVertexShader9
/external/swiftshader/src/OpenGL/libGL/
H A DShader.cpp391 sw::VertexShader *VertexShader::getVertexShader() const function in class:gl::VertexShader
H A DProgram.cpp173 sw::VertexShader *Program::getVertexShader() function in class:gl::Program
1187 vertexBinary = new sw::VertexShader(vertexShader->getVertexShader());
/external/swiftshader/src/OpenGL/libGLESv2/
H A DShader.cpp414 sw::VertexShader *VertexShader::getVertexShader() const function in class:es2::VertexShader
H A DProgram.cpp252 sw::VertexShader *Program::getVertexShader() function in class:es2::Program
1568 vertexBinary = new sw::VertexShader(vertexShader->getVertexShader());
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp544 const std::string& vs = getVertexShader(test_case.m_destination_type, test_case.m_source_type);
580 std::string GPUShader5ImplicitConversionsTest::getVertexShader(const glw::GLchar* destination_type, function in class:gl3cts::GPUShader5ImplicitConversionsTest
1064 const std::string& vs = getVertexShader(test_case);
1099 std::string GPUShader5FloatEncodingTest::getVertexShader(const testCase& test_case) const function in class:gl3cts::GPUShader5FloatEncodingTest
H A Dgl3cTextureSwizzleTests.cpp2842 std::string SmokeTest::getVertexShader(const testCase& test_case, bool is_tested_stage) function in class:gl3cts::TextureSwizzle::SmokeTest
3101 const std::string& vs = getVertexShader(test_case, test_vertex_stage);
4118 const std::string& vs = getVertexShader(testCase(), false); /* Get blank VS */
H A Dgl4cShaderSubroutineTests.cpp13519 std::string NegativeTest9::getVertexShader(const _test_case& test_case) function in class:gl4cts::ShaderSubroutine::NegativeTest9
13612 std::string vs_body = getVertexShader(static_cast<_test_case>(test_case));
13925 std::string NegativeTest10::getVertexShader(bool include_duplicate_function) function in class:gl4cts::ShaderSubroutine::NegativeTest10
13982 test_case.vs_body = getVertexShader(offending_shader_stage == Utils::SHADER_STAGE_VERTEX);
14116 std::string NegativeTest11::getVertexShader(const _test_case& test_case) function in class:gl4cts::ShaderSubroutine::NegativeTest11
14212 std::string vs_body = getVertexShader(static_cast<_test_case>(test_case));
14327 std::string NegativeTest12::getVertexShader(const _test_case& test_case) function in class:gl4cts::ShaderSubroutine::NegativeTest12
14450 std::string vs_body = getVertexShader(static_cast<_test_case>(test_case));
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp234 inline const rr::VertexShader* getVertexShader (void) const { return static_cast<const rr::VertexShader*>(this); } function in class:sglr::ShaderProgram
/external/deqp/external/openglcts/modules/gles32/
H A Des32cRobustBufferAccessBehaviorTests.cpp88 std::string VertexBufferObjectsTest::getVertexShader() function in class:es32cts::RobustBufferAccessBehavior::VertexBufferObjectsTest
306 std::string TexelFetchTest::getVertexShader() function in class:es32cts::RobustBufferAccessBehavior::TexelFetchTest
/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1107 program.Init("" /* cs */, getFragmentShader(), "" /* gs */, "" /* tcs */, "" /* tes */, getVertexShader());
1183 std::string VertexBufferObjectsTest::getVertexShader() function in class:deqp::RobustBufferAccessBehavior::VertexBufferObjectsTest
1407 valid_program.Init("" /* cs */, fs_valid, getGeometryShader(), "" /* tcs */, "" /* tes */, getVertexShader());
1409 getVertexShader());
1641 std::string TexelFetchTest::getVertexShader() function in class:deqp::RobustBufferAccessBehavior::TexelFetchTest
H A DglcViewportArrayTests.cpp2556 const std::string& vert = getVertexShader();
2868 std::string DrawTestBase::getVertexShader() function in class:glcts::ViewportArray::DrawTestBase
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp415 sw::VertexShader *Shader::getVertexShader() const function in class:glsl::Shader
510 vertexShader = shaderObject->getVertexShader();

Completed in 1429 milliseconds